release vusing pytorch summarywriter now

This commit is contained in:
William Falcon 2019-06-30 18:41:59 -04:00
parent 1cb31cd210
commit c13c6a9ec6
1 changed files with 2 additions and 2 deletions

View File

@ -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(),