ZaynZhu
commited on
Commit
·
92a26f8
1
Parent(s):
8644b2f
fix: align torch ecosystem to 2.5.1
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# ========= Core Runtime =========
|
| 2 |
numpy==1.26.4
|
| 3 |
pandas
|
| 4 |
-
torch==2.
|
| 5 |
-
torchvision==0.
|
| 6 |
Pillow==10.4.0
|
| 7 |
opencv-python==4.11.0.86
|
| 8 |
pdf2image==1.17.0
|
|
|
|
| 1 |
# ========= Core Runtime =========
|
| 2 |
numpy==1.26.4
|
| 3 |
pandas
|
| 4 |
+
torch==2.5.1
|
| 5 |
+
torchvision==0.20.1
|
| 6 |
Pillow==10.4.0
|
| 7 |
opencv-python==4.11.0.86
|
| 8 |
pdf2image==1.17.0
|