Zhang Yuzheng commited on
Commit
356381a
·
1 Parent(s): 2f18493

Quitz: fix: remove version spec

Browse files

try to fix error running in HuggingFace space

Signed-off-by: Zhang Yuzheng <me@zhanyuzheng.com>

Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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
 
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