Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -11
requirements.txt
CHANGED
@@ -1,17 +1,7 @@
|
|
1 |
faiss-gpu==1.7.2
|
2 |
-
gradio==4.25.0
|
3 |
-
gradio_client==0.15.0
|
4 |
langchain==0.1.14
|
5 |
langchain-community==0.0.31
|
6 |
langchain-core==0.1.40
|
7 |
langchain-openai==0.1.1
|
8 |
openai==1.16.2
|
9 |
-
pandas
|
10 |
-
pickleshare==0.7.5
|
11 |
-
lightning==2.0.1
|
12 |
-
pydantic==2.5.3
|
13 |
-
tqdm
|
14 |
-
gensim
|
15 |
-
plotly
|
16 |
-
python-utils
|
17 |
-
matplotlib
|
|
|
1 |
faiss-gpu==1.7.2
|
|
|
|
|
2 |
langchain==0.1.14
|
3 |
langchain-community==0.0.31
|
4 |
langchain-core==0.1.40
|
5 |
langchain-openai==0.1.1
|
6 |
openai==1.16.2
|
7 |
+
pandas<=2.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|