Skip to content

Commit b22c8cd

Browse files
authored
(hotfix): nightly CI by clipping pymunk version below 7.0.0 (huggingface#1182)
1 parent 4acdf60 commit b22c8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"opencv-python-headless>=4.9.0",
6464
"packaging>=24.2",
6565
"av>=14.2.0",
66-
"pymunk>=6.6.0",
66+
"pymunk>=6.6.0,<7.0.0",
6767
"pynput>=1.7.7",
6868
"pyzmq>=26.2.1",
6969
"rerun-sdk>=0.21.0",

0 commit comments

Comments
 (0)