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 ae29d98 commit 983e7d2Copy full SHA for 983e7d2
pyproject.toml
@@ -168,11 +168,11 @@ pin_pytorch_cpu = [
168
# macos x86 has been deprecated
169
"torch>=2.8,<2.10; platform_machine!='x86_64' or platform_system != 'Darwin'",
170
"torch; platform_machine=='x86_64' and platform_system == 'Darwin'",
171
- "torch-admp==1.1.1",
+ "torch-admp==1.1.2",
172
]
173
pin_pytorch_gpu = [
174
"torch>=2.7,<2.10",
175
176
177
pin_jax = [
178
"jax==0.5.0;python_version>='3.10'",
0 commit comments