back 1 tt version
This commit is contained in:
parent
f6799a0da0
commit
2076b03a60
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.6",
|
"test-tube>=0.6.7.5",
|
||||||
],
|
],
|
||||||
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