We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7fa40 commit bba6f6fCopy full SHA for bba6f6f
setup.py
@@ -10,6 +10,6 @@
10
url='https://modAL-python.github.io/',
11
packages=['modAL', 'modAL.models', 'modAL.utils'],
12
classifiers=['Development Status :: 4 - Beta'],
13
- install_requires=['numpy==1.20.0', 'scikit-learn>=0.18',
+ install_requires=['numpy', 'scikit-learn>=0.18',
14
'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'],
15
)
0 commit comments