Skip to content

Commit be3b838

Browse files
committed
update ver requirement for torch-admp
1 parent 3b81c22 commit be3b838

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.4",
171+
"torch-admp>=1.1.5",
172172
]
173173
pin_pytorch_gpu = [
174174
"torch>=2.7,<2.10",
175-
"torch-admp>=1.1.4",
175+
"torch-admp>=1.1.5",
176176
]
177177
pin_jax = [
178178
"jax==0.5.0;python_version>='3.10'",

0 commit comments

Comments
 (0)