diff --git a/pyproject.toml b/pyproject.toml index 7d4a862..8f71350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.9.13" -tensorflow = "2.14.1" +tensorflow = "2.21.0" scikit-learn = "1.0.2" codecarbon = "2.2.4" 2ppy = "^0.4.1" diff --git a/requirements.txt b/requirements.txt index 086dc1f..8429844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ build>=0.6.0 twine>=3.4.2 2ppy>=0.4.1 -tensorflow==2.14.1 +tensorflow==2.21.0 numpy>=1.22.3 pandas>=1.4.2 scikit-learn>=1.0.2 diff --git a/setup.py b/setup.py index b157658..de8f6ed 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def run(self): include_package_data=True, python_requires=">=3.12", install_requires=[ - "tensorflow>=2.14.1,<2.15.0", + "tensorflow>=2.21.0,<2.22.0", "numpy>=1.22.3", "2ppy>=0.4.1", "scikit-learn>=1.0.2",