Skip to content

Commit

Permalink
remove version update in init
Browse files Browse the repository at this point in the history
  • Loading branch information
christinadionysio committed Feb 7, 2025
1 parent 81342aa commit 9aab991
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/python/systemds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
__all__ = ["context", "operator", "examples"]

required_packages = [
("torch", "2.4.1"),
("torchvision", "0.19.1"),
("torch", "2.5.1"),
("torchvision", "0.20.1"),
("librosa", "0.10.2"),
("opencv-python", "4.10.0.84"),
("opt-einsum", "3.3.0"),
("h5py", "3.11.0"),
("transformers", "4.46.3"),
("nltk", "3.9.1"),
("gensim", "4.3.3"),
]

Expand Down

0 comments on commit 9aab991

Please sign in to comment.