Spaces:
Sleeping
Sleeping
Zhang Yuzheng commited on
Commit ·
356381a
1
Parent(s): 2f18493
Quitz: fix: remove version spec
Browse filestry to fix error running in HuggingFace space
Signed-off-by: Zhang Yuzheng <me@zhanyuzheng.com>
- 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
|
| 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
|