yaekobB commited on
Commit
424c78a
·
1 Parent(s): 061c06e

Fix requirements.txt for HF build

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -16
requirements.txt CHANGED
@@ -1,18 +1,9 @@
 
 
 
 
 
 
 
1
 
2
- ---
3
 
4
- ## 📦 **requirements.txt (final version)**
5
- ```txt
6
- torch
7
- transformers
8
- datasets
9
- pandas
10
- numpy
11
- scikit-learn
12
- seaborn
13
- matplotlib
14
- captum
15
- gradio
16
- safetensors
17
- ftfy
18
- iterative-stratification
 
1
+ gradio>=4.44.0
2
+ transformers>=4.44.2
3
+ torch>=2.3.1
4
+ safetensors>=0.4.3
5
+ captum>=0.7.0
6
+ numpy>=1.26
7
+ pandas>=2.2
8
 
 
9