esteele commited on
Commit
65b7e7f
·
verified ·
1 Parent(s): 71b8b5b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -6,9 +6,12 @@ gradio_client
6
 
7
  huggingface-hub
8
 
9
- numpy
10
- pandas
11
- scikit-learn
 
 
 
12
  scipy
13
 
14
  matplotlib
 
6
 
7
  huggingface-hub
8
 
9
+ joblib==1.3.2
10
+
11
+
12
+ numpy==1.25.2
13
+ pandas==2.1.0
14
+ scikit-learn==1.2.2
15
  scipy
16
 
17
  matplotlib