IAPI commited on
Commit
ddf1ddc
·
verified ·
1 Parent(s): b5bed8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- gradio>=4.0.0
2
- pandas
3
- numpy
4
- matplotlib
5
- scikit-learn
 
 
 
 
1
+ gradio==4.0.2
2
+ pandas==2.0.3
3
+ numpy==1.24.3
4
+ matplotlib==3.7.2
5
+ scikit-learn==1.2.2
6
+ nltk==3.8.1
7
+ regex==2023.6.3
8
+