Skip to content

Commit 9090d40

Browse files
christinadionysioBaunsgaard
authored andcommitted
[MINOR] Update library versions for scuro
This commit update the Python Libraries, to allow slightly older versions of pytorch and torch vision, while removing nltk as a dependency. Closes #2224
1 parent b85d1b4 commit 9090d40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/python/systemds/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
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"),
3434
("h5py", "3.11.0"),
3535
("transformers", "4.46.3"),
36-
("nltk", "3.9.1"),
3736
("gensim", "4.3.3"),
3837
]
3938

0 commit comments

Comments
 (0)