Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33829e commit 1d77cdeCopy full SHA for 1d77cde
setup.py
@@ -10,5 +10,5 @@
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', 'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'],
+ install_requires=['numpy==1.20.0', 'scikit-learn>=0.18', 'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0', 'torch>=1.8.1'],
14
)
0 commit comments