Clean installation requirements in setup.py
This commit is contained in:
parent
a113b45a73
commit
f9bc4a29c9
12
setup.py
12
setup.py
@ -25,17 +25,13 @@ setup(name='prototorch',
|
||||
'torch>=1.3.1',
|
||||
'torchvision>=0.5.0',
|
||||
'numpy>=1.9.1',
|
||||
'matplotlib',
|
||||
'sklearn',
|
||||
],
|
||||
extras_require={
|
||||
'other': [
|
||||
'xlrd',
|
||||
'pandas',
|
||||
'seaborn',
|
||||
'imageio',
|
||||
'examples': [
|
||||
'sklearn',
|
||||
'matplotlib',
|
||||
],
|
||||
'tests': ['pytest'],
|
||||
'tests': ['unittest'],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 2 - Pre-Alpha', 'Environment :: Console',
|
||||
|
Loading…
Reference in New Issue
Block a user