Skip to content

Commit 488332e

Browse files
fix(deps): update dependency tensorflow to v2.21.0
1 parent ed87328 commit 488332e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "3.9.13"
11-
tensorflow = "2.14.1"
11+
tensorflow = "2.21.0"
1212
scikit-learn = "1.0.2"
1313
codecarbon = "2.2.4"
1414
2ppy = "^0.4.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build>=0.6.0
22
twine>=3.4.2
33
2ppy>=0.4.1
4-
tensorflow==2.14.1
4+
tensorflow==2.21.0
55
numpy>=1.22.3
66
pandas>=1.4.2
77
scikit-learn>=1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run(self):
113113
include_package_data=True,
114114
python_requires=">=3.12",
115115
install_requires=[
116-
"tensorflow>=2.14.1,<2.15.0",
116+
"tensorflow>=2.21.0,<2.22.0",
117117
"numpy>=1.22.3",
118118
"2ppy>=0.4.1",
119119
"scikit-learn>=1.0.2",

0 commit comments

Comments
 (0)