Skip to content

Commit

Permalink
Unpin numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Jan 27, 2024
1 parent 7dbab05 commit ec21043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas<2
numpy>=1.16.6
numpy
scipy<2
scikit-image>=0.19.3
scikit-learn
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
long_description_content_type='text/markdown',
install_requires=[
'pandas<2',
'numpy>=1.16.6',
'scipy>=1.2.3,<2',
'numpy',
'scipy<2',
'scikit-image>=0.19.3',
'scikit-learn',
'tensorflow~=2.8.0',
Expand Down

0 comments on commit ec21043

Please sign in to comment.