Skip to content

Commit

Permalink
Set minimum bound for scikit-image.
Browse files Browse the repository at this point in the history
Necessary for new keyword argument support.
  • Loading branch information
rossbar committed Jul 13, 2023
1 parent d4bdeb9 commit a5464d2
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,6 +1,6 @@
numpy>=1.16.6
scipy>=1.2.3,<2
scikit-image>=0.14.5,<0.20
scikit-image>=0.19.3
scikit-learn>=0.20.4
tensorflow~=2.8.0
tensorflow_addons~=0.16.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'numpy>=1.16.6',
'pydot>=1.4.2,<2', # for keras.utils.plot_model
'scipy>=1.2.3,<2',
'scikit-image>=0.14.5,<0.20',
'scikit-image>=0.19.3',
'scikit-learn>=0.20.4',
'tensorflow~=2.8.0',
'tensorflow_addons~=0.16.1',
Expand Down

0 comments on commit a5464d2

Please sign in to comment.