updated test-tube dep number
This commit is contained in:
parent
d6bfb94215
commit
df37c8418a
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"torch>=1.1.0",
|
"torch>=1.1.0",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"test-tube>=0.6.7.1",
|
"test-tube>=0.6.7.4",
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
long_description=open("README.md", encoding="utf-8").read(),
|
long_description=open("README.md", encoding="utf-8").read(),
|
||||||
|
|
Loading…
Reference in New Issue