GitHub Actions commited on
Commit
5d2ec86
·
1 Parent(s): 621c96d

Sync from GitHub Actions

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- torch
2
- torchvision
3
- transformers
4
- datasets
5
- huggingface_hub
6
- scikit-learn
7
- pandas
8
- numpy
9
- Pillow
10
- PyYAML
11
- tqdm
12
- streamlit
 
1
+ torch==2.5.1
2
+ torchvision==0.20.1
3
+ transformers==4.46.3
4
+ datasets==3.1.0
5
+ huggingface-hub==0.26.2
6
+ scikit-learn==1.5.2
7
+ pandas==2.2.3
8
+ numpy==1.26.4
9
+ Pillow==11.0.0
10
+ PyYAML==6.0.2
11
+ tqdm==4.67.1
12
+ streamlit==1.40.1