From 488332e42a848ecf998f5bf363f05e3f957d7c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:48:55 +0000 Subject: [PATCH] fix(deps): update dependency tensorflow to v2.21.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",