Skip to content

Commit 452a932

Browse files
committed
update required ver of torch-admp
1 parent 84c635c commit 452a932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ pin_pytorch_cpu = [
167167
# macos x86 has been deprecated
168168
"torch>=2.8,<2.10; platform_machine!='x86_64' or platform_system != 'Darwin'",
169169
"torch; platform_machine=='x86_64' and platform_system == 'Darwin'",
170-
"torch-admp==1.1.1",
170+
"torch-admp==1.1.2",
171171
]
172172
pin_pytorch_gpu = [
173173
"torch>=2.7,<2.10",
174-
"torch-admp==1.1.1",
174+
"torch-admp==1.1.2",
175175
]
176176
pin_jax = [
177177
"jax==0.5.0;python_version>='3.10'",

0 commit comments

Comments
 (0)