Remove pytorch_lightning requirement from setup.py
This commit is contained in:
parent
5aedc68527
commit
cab2d5e77c
2
setup.py
2
setup.py
@ -24,7 +24,6 @@ setup(name='prototorch',
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'torch>=1.3.1',
|
'torch>=1.3.1',
|
||||||
'torchvision>=0.4.2',
|
'torchvision>=0.4.2',
|
||||||
'pytorch-lightning>=0.6.0',
|
|
||||||
'numpy>=1.9.1',
|
'numpy>=1.9.1',
|
||||||
'matplotlib',
|
'matplotlib',
|
||||||
'sklearn',
|
'sklearn',
|
||||||
@ -45,6 +44,7 @@ setup(name='prototorch',
|
|||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3.8',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||||
|
Loading…
Reference in New Issue
Block a user