updated support for 1.2.0 (#80)
This commit is contained in:
parent
44686f74d8
commit
0c584a6a13
4
setup.py
4
setup.py
|
@ -29,9 +29,9 @@ setup(
|
||||||
keywords=['deep learning', 'pytorch', 'AI'],
|
keywords=['deep learning', 'pytorch', 'AI'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'torch==1.1.0',
|
'torch==1.2.0',
|
||||||
'tqdm',
|
'tqdm',
|
||||||
'test-tube>=0.6.7.6',
|
'test-tube==0.6.8',
|
||||||
'pandas>=0.20.3',
|
'pandas>=0.20.3',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in New Issue