Skip to content

Commit af73e38

Browse files
downgrade library versions
This patch downgrades the library versions of Scuro dependencies. Closes #2269
1 parent 23b3d08 commit af73e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/python/systemds/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
__all__ = ["context", "operator", "examples"]
2727

2828
required_packages = [
29-
("torch", "2.5.1"),
30-
("torchvision", "0.20.1"),
29+
("torch", "2.4.1"),
30+
("torchvision", "0.19.1"),
3131
("librosa", "0.10.2"),
3232
("opencv-python", "4.10.0.84"),
3333
("opt-einsum", "3.3.0"),

0 commit comments

Comments
 (0)