Erfan11 commited on
Commit
ffc969c
1 Parent(s): 77aa5d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,6 +1,13 @@
1
- python-dotenv
2
- tensorflow
3
- flask
4
- transformers
5
- pyyaml
6
- requests
 
 
 
 
 
 
 
 
1
+ numpy==1.24.3
2
+ pandas==2.0.3
3
+ scikit-learn==1.2.2
4
+ tensorflow==2.13.0
5
+ torch==2.0.1
6
+ torchvision==0.15.2
7
+ transformers==4.31.0
8
+ sentencepiece==0.1.99
9
+ nltk==3.8.1
10
+ spacy==3.6.1
11
+ joblib==1.3.0
12
+ Pillow==9.5.0
13
+ opencv-python==4.8.0.74