Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,9 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
python-dotenv==1.0.0
|
2 |
langchain==0.0.137
|
3 |
pinecone-client==2.2.1
|
4 |
boto3
|
5 |
fastai
|
6 |
timm
|
7 |
-
|
|
|
8 |
|
9 |
|
|
|
1 |
+
|
2 |
+
--upgrade pip
|
3 |
+
|
4 |
+
setuptools>=65.5.0
|
5 |
+
wheel>=0.38.4
|
6 |
+
|
7 |
python-dotenv==1.0.0
|
8 |
langchain==0.0.137
|
9 |
pinecone-client==2.2.1
|
10 |
boto3
|
11 |
fastai
|
12 |
timm
|
13 |
+
numpy==1.23.5
|
14 |
+
scipy==1.9.3
|
15 |
|
16 |
|