We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8aa4c commit d8d2ab3Copy full SHA for d8d2ab3
requirements.txt
@@ -1,3 +1,3 @@
1
setuptools==45.2.0
2
-torch==1.11.0
3
-torchvision==0.12.0
+torch==1.12.0
+torchvision==0.13.0
setup.py
@@ -5,7 +5,7 @@
5
HERE = pathlib.Path(__file__).parent
6
README = (HERE / "README.md").read_text()
7
8
-__version__ = "1.1.3"
+__version__ = "1.1.4"
9
10
setup(
11
name='torch-simplify',
0 commit comments