diff --git a/requirements-dev.txt b/requirements-dev.txt index 1c698fa8..ec424085 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ opencv-python==3.4.8.29 -tensorflow==2.8 +tensorflow==2.9.3 flask==2.2 quilt boto3 diff --git a/requirements.txt b/requirements.txt index f5871de7..ba99948d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python==3.4.8.29 -tensorflow==2.8 +tensorflow==2.9.3 flask==2.2 boto3 python-chess diff --git a/setup.cfg b/setup.cfg index 745e80a6..09a62c63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ packages = python_requires = >=3.8 install_requires = opencv-python==3.4.8.29 - tensorflow==2.8 + tensorflow==2.9.3 python-chess matplotlib protobuf==3.20.1