Spaces:
Sleeping
Sleeping
vhr1007
commited on
Commit
•
9a84f62
1
Parent(s):
baa9d72
debug
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,11 +2,11 @@ fastapi==0.78.0
|
|
2 |
uvicorn==0.17.6
|
3 |
pandas==1.3.5
|
4 |
qdrant-client==0.9.2
|
5 |
-
openai
|
6 |
PyJWT==2.6.0
|
7 |
python-dotenv==0.19.2
|
8 |
nltk==3.6.7
|
9 |
-
|
10 |
pydantic_core==2.20.1
|
11 |
Pygments==2.18.0
|
12 |
pypdf==4.3.1
|
|
|
2 |
uvicorn==0.17.6
|
3 |
pandas==1.3.5
|
4 |
qdrant-client==0.9.2
|
5 |
+
openai==1.37.1
|
6 |
PyJWT==2.6.0
|
7 |
python-dotenv==0.19.2
|
8 |
nltk==3.6.7
|
9 |
+
pydantic==2.8.2
|
10 |
pydantic_core==2.20.1
|
11 |
Pygments==2.18.0
|
12 |
pypdf==4.3.1
|