Skip to content

Commit

Permalink
chore(deps): update dependency tensorflow to >=2.16.1,<2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 184ef1b commit b2056d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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.16.1,<2.17.0
numpy>=1.22.3
pandas>=1.4.2
scikit-learn>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1,<2.17.0',
'numpy>=1.22.3',
'2ppy>=0.4.0',
'scikit-learn>=1.0.2',
Expand Down

0 comments on commit b2056d3

Please sign in to comment.