Skip to content

Commit bba6f6f

Browse files
committed
numpy version fixed
1 parent ad7fa40 commit bba6f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
url='https://modAL-python.github.io/',
1111
packages=['modAL', 'modAL.models', 'modAL.utils'],
1212
classifiers=['Development Status :: 4 - Beta'],
13-
install_requires=['numpy==1.20.0', 'scikit-learn>=0.18',
13+
install_requires=['numpy', 'scikit-learn>=0.18',
1414
'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'],
1515
)

0 commit comments

Comments
 (0)