This is an automated email from the ASF dual-hosted git repository.
cdionysio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new af73e386f2 downgrade library versions
af73e386f2 is described below
commit af73e386f2479b40c79331c06c5912fde3da1222
Author: Christina Dionysio <[email protected]>
AuthorDate: Wed May 28 11:35:39 2025 +0200
downgrade library versions
This patch downgrades the library versions of Scuro dependencies.
Closes #2269
---
src/main/python/systemds/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/python/systemds/__init__.py
b/src/main/python/systemds/__init__.py
index a618ff6e9d..d015763a1e 100644
--- a/src/main/python/systemds/__init__.py
+++ b/src/main/python/systemds/__init__.py
@@ -26,8 +26,8 @@ from systemds import examples
__all__ = ["context", "operator", "examples"]
required_packages = [
- ("torch", "2.5.1"),
- ("torchvision", "0.20.1"),
+ ("torch", "2.4.1"),
+ ("torchvision", "0.19.1"),
("librosa", "0.10.2"),
("opencv-python", "4.10.0.84"),
("opt-einsum", "3.3.0"),