Skip to content

Commit 0c584a6

Browse files
updated support for 1.2.0 (#80)
1 parent 44686f7 commit 0c584a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
keywords=['deep learning', 'pytorch', 'AI'],
3030
python_requires='>=3.6',
3131
install_requires=[
32-
'torch==1.1.0',
32+
'torch==1.2.0',
3333
'tqdm',
34-
'test-tube>=0.6.7.6',
34+
'test-tube==0.6.8',
3535
'pandas>=0.20.3',
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)