Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d77cde

Browse files
committed
ad PyTorch to setup.py
1 parent b33829e commit 1d77cde

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.20.0', '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', 'torch>=1.8.1'],
1414
)

0 commit comments

Comments
 (0)