Spaces:
Sleeping
Sleeping
deveix
commited on
Commit
·
6550579
1
Parent(s):
18e733f
fix requirements
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
fastapi>=0.68.0,<0.69.0
|
2 |
pydantic>=1.8.0,<2.0.0
|
3 |
uvicorn>=0.15.0,<0.16.0
|
4 |
-
openai==1.13.3
|
5 |
langchain==0.1.9
|
6 |
sentence-transformers==2.5.1
|
7 |
unstructured==0.12.5
|
@@ -9,7 +8,7 @@ pypdf==4.0.2
|
|
9 |
pymongo>=3.11
|
10 |
tiktoken==0.6.0
|
11 |
langchain-openai==0.0.8
|
12 |
-
tensorflow
|
13 |
python-dotenv
|
14 |
upstash-redis
|
15 |
librosa
|
|
|
1 |
fastapi>=0.68.0,<0.69.0
|
2 |
pydantic>=1.8.0,<2.0.0
|
3 |
uvicorn>=0.15.0,<0.16.0
|
|
|
4 |
langchain==0.1.9
|
5 |
sentence-transformers==2.5.1
|
6 |
unstructured==0.12.5
|
|
|
8 |
pymongo>=3.11
|
9 |
tiktoken==0.6.0
|
10 |
langchain-openai==0.0.8
|
11 |
+
tensorflow===2.15.0
|
12 |
python-dotenv
|
13 |
upstash-redis
|
14 |
librosa
|