Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Core AI/LLM/Vision
|
| 2 |
groq==0.33.0
|
| 3 |
-
torch==2.9.0
|
| 4 |
|
| 5 |
# LangChain & Vector Store
|
| 6 |
langchain==0.3.25
|
|
@@ -17,4 +17,4 @@ Pillow==10.4.0
|
|
| 17 |
gradio==5.49.1
|
| 18 |
|
| 19 |
# Utilities
|
| 20 |
-
numpy==1.26.4
|
|
|
|
| 1 |
# Core AI/LLM/Vision
|
| 2 |
groq==0.33.0
|
| 3 |
+
torch==2.9.0
|
| 4 |
|
| 5 |
# LangChain & Vector Store
|
| 6 |
langchain==0.3.25
|
|
|
|
| 17 |
gradio==5.49.1
|
| 18 |
|
| 19 |
# Utilities
|
| 20 |
+
numpy==1.26.4
|