From b91977704b532aef26b780fb73e0c02eea448e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:03:20 +0000 Subject: [PATCH] chore(deps): update dependency tensorflow to >=2.15.0,<2.16.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fb90536..fc06b5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ build>=0.6.0 twine>=3.4.2 2ppy>=0.4.0 -tensorflow>=2.7.0,<2.12.0 +tensorflow>=2.15.0,<2.16.0 numpy>=1.22.3 pandas>=1.4.2 scikit-learn>=1.0.2 diff --git a/setup.py b/setup.py index 234d49c..d16b2c1 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def run(self): include_package_data=True, python_requires='>=3.9.0, <3.10', install_requires=[ - 'tensorflow>=2.7.0,<2.12.0', + 'tensorflow>=2.15.0,<2.16.0', 'numpy>=1.22.3', '2ppy>=0.4.0', 'scikit-learn>=1.0.2',