updated support for 1.2.0 (#80)

This commit is contained in:
William Falcon 2019-08-08 14:05:03 -04:00 committed by GitHub
parent 44686f74d8
commit 0c584a6a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ setup(
keywords=['deep learning', 'pytorch', 'AI'],
python_requires='>=3.6',
install_requires=[
'torch==1.1.0',
'torch==1.2.0',
'tqdm',
'test-tube>=0.6.7.6',
'test-tube==0.6.8',
'pandas>=0.20.3',
],
classifiers=[