Spaces:
Sleeping
Sleeping
Zhang Yuzheng commited on
Commit ·
496daf5
1
Parent(s): 356381a
Revert "Quitz: fix: remove version spec"
Browse filesThis reverts commit 356381a85060ff1dd22eeeecd321878c7fe8475e.
- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
gradio[oauth]
|
| 3 |
-
langgraph
|
| 4 |
-
langchain-chroma
|
| 5 |
-
langchain-core
|
| 6 |
-
langchain-google-genai
|
| 7 |
-
langchain-huggingface
|
| 8 |
-
python-dotenv
|
| 9 |
-
requests
|
| 10 |
-
torch
|
|
|
|
| 1 |
+
gradio==5.30.0
|
| 2 |
gradio[oauth]
|
| 3 |
+
langgraph==0.4.5
|
| 4 |
+
langchain-chroma==0.2.4
|
| 5 |
+
langchain-core==0.3.60
|
| 6 |
+
langchain-google-genai==2.1.4
|
| 7 |
+
langchain-huggingface==0.2.0
|
| 8 |
+
python-dotenv>=1.1.0
|
| 9 |
+
requests==2.32.3
|
| 10 |
+
torch==2.2.2
|