fix build
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
wheel
|
2 |
setuptools==69.5.1
|
3 |
-
torch==2.1
|
4 |
-
torchvision==0.
|
5 |
einops==0.7.0
|
6 |
jaxtyping==0.2.31
|
7 |
omegaconf==2.3.0
|
|
|
1 |
wheel
|
2 |
setuptools==69.5.1
|
3 |
+
torch==2.5.1
|
4 |
+
torchvision==0.20.1
|
5 |
einops==0.7.0
|
6 |
jaxtyping==0.2.31
|
7 |
omegaconf==2.3.0
|