Updates streamlit and altair
Browse filesSigned-off-by: Unai Garay <[email protected]>
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,11 +4,11 @@ numpy==1.24.4
|
|
4 |
transformers==4.46.3
|
5 |
scikit-learn==1.3.2
|
6 |
datasets==3.1.0
|
7 |
-
streamlit==1.
|
8 |
matplotlib==3.7.5
|
9 |
scikit-image==0.21.0
|
10 |
torch==2.4.1
|
11 |
torchvision==0.19.1
|
12 |
-
altair==5.
|
13 |
evaluate==0.4.3
|
14 |
accelerate==1.0.1
|
|
|
4 |
transformers==4.46.3
|
5 |
scikit-learn==1.3.2
|
6 |
datasets==3.1.0
|
7 |
+
streamlit==1.41.1
|
8 |
matplotlib==3.7.5
|
9 |
scikit-image==0.21.0
|
10 |
torch==2.4.1
|
11 |
torchvision==0.19.1
|
12 |
+
altair==5.5.0
|
13 |
evaluate==0.4.3
|
14 |
accelerate==1.0.1
|