Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
setuptools>=65.5.0
|
2 |
wheel>=0.38.4
|
|
|
|
|
|
|
|
|
3 |
python-dotenv==1.0.0
|
4 |
langchain==0.0.137
|
5 |
pinecone-client==2.2.1
|
6 |
boto3
|
7 |
-
fastai
|
8 |
timm
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
1 |
setuptools>=65.5.0
|
2 |
wheel>=0.38.4
|
3 |
+
cython>=0.29.36
|
4 |
+
numpy==1.23.5 # Install numpy first to satisfy dependencies
|
5 |
+
spacy==3.5.3 # Use a compatible version for Python 3.8
|
6 |
+
thinc==8.1.8 # Version compatible with spacy 3.5.3
|
7 |
python-dotenv==1.0.0
|
8 |
langchain==0.0.137
|
9 |
pinecone-client==2.2.1
|
10 |
boto3
|
11 |
+
fastai>=2.7.12
|
12 |
timm
|
13 |
+
torch>=1.7.0
|
14 |
+
torchvision>=0.8.2
|
15 |
+
pandas>=1.2.0
|
16 |
+
scipy>=1.5.4
|