Skip to content

Commit b33829e

Browse files
committed
modAL package dependencies adaption
1 parent 1484bf0 commit b33829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
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.13', 'scikit-learn>=0.18', 'scipy>=0.18', 'pandas>=1.1.0', 'skorch>=0.9.0'],
13+
install_requires=['numpy==1.20.0', 'scikit-learn>=0.18', 'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'],
1414
)

0 commit comments

Comments
 (0)