diff --git a/requirements.txt b/requirements.txt index faa4192..dcb16ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.5.2 +tensorflow==2.9.3 tensorflow-estimator==2.5.0 bump2version==1.0.1 scikit-learn==0.24.2 diff --git a/setup.py b/setup.py index 42d575c..173a122 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -REQUIRED_PKGS = ['tensorflow==2.5.2', 'tensorflow-estimator==2.5.0', 'scikit-learn==0.22.1'] +REQUIRED_PKGS = ['tensorflow==2.9.3', 'tensorflow-estimator==2.5.0', 'scikit-learn==0.22.1'] TESTS_REQUIRE = ['pytest==5.2.2'] setup(