CullerWhale commited on
Commit
2b9912d
·
verified ·
1 Parent(s): 38922bb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -2
requirements.txt CHANGED
@@ -1,9 +1,19 @@
 
 
 
 
 
 
 
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
+ 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
+ gradio==3.16.2
6
+ spacy==3.5.3 # Use a compatible version for Python 3.8
7
+ thinc==8.1.8 # Version compatible with spacy 3.5.3
8
  python-dotenv==1.0.0
9
  langchain==0.0.137
10
  pinecone-client==2.2.1
11
  boto3
12
+ fastai>=2.7.12
13
  timm
14
+ torch>=1.7.0
15
+ torchvision>=0.8.2
16
+ pandas>=1.2.0
17
+ scipy>=1.5.4
18
 
19