fix py 1.1.0 for now

This commit is contained in:
William Falcon 2019-08-08 13:06:08 -04:00
parent 3d2b9fd234
commit fec1f9fcd2
1 changed files with 1 additions and 1 deletions

View File

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