release vusing pytorch summarywriter now
This commit is contained in:
parent
1cb31cd210
commit
c13c6a9ec6
4
setup.py
4
setup.py
|
@ -17,9 +17,9 @@ setup(
|
||||||
keywords=["deep learning", "pytorch", "AI"],
|
keywords=["deep learning", "pytorch", "AI"],
|
||||||
python_requires=">=3.5",
|
python_requires=">=3.5",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"torch>=1.0.0",
|
"torch>=1.1.0",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"test-tube>=0.643",
|
"test-tube>=0.65",
|
||||||
"tensorflow>=1.14.0"
|
"tensorflow>=1.14.0"
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
Loading…
Reference in New Issue