Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,4 +8,4 @@ requests==2.32.3
|
|
8 |
numpy==1.26.0
|
9 |
jinja2==3.1.4
|
10 |
python-dotenv==1.0.1
|
11 |
-
torch==2.5.0 # Pinned to avoid weights_only=True default
|
|
|
8 |
numpy==1.26.0
|
9 |
jinja2==3.1.4
|
10 |
python-dotenv==1.0.1
|
11 |
+
torch==2.5.0 # Pinned to avoid weights_only=True default
|