Skip to content

Commit

Permalink
build(Tensorflow): incrased package version to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Apr 5, 2023
1 parent 444c11d commit 7750c96
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,4 +1,4 @@
tensorflow==2.11.0
tensorflow==2.11.1
tensorflow-addons==0.18.0
keras-applications==1.0.8
numpy==1.23.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'console_scripts': ['aucmedi = aucmedi.automl.main:main'],
},
python_requires='>=3.8',
install_requires=['tensorflow>=2.10.0',
install_requires=['tensorflow>=2.11.1',
'tensorflow-addons>=0.18.0',
'keras-applications>=1.0.8',
'numpy>=1.23.0',
Expand Down

0 comments on commit 7750c96

Please sign in to comment.