Skip to content

Commit 983e7d2

Browse files
committed
update required ver of torch-admp
1 parent ae29d98 commit 983e7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)