Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
tf-explain==0.3.0
|
2 |
-
tensorflow
|
3 |
streamlit==1.17.0
|
4 |
seaborn==0.11.1
|
5 |
scipy
|
@@ -7,11 +7,12 @@ plotly==5.11.0
|
|
7 |
Pillow==9.0.0
|
8 |
pandas==1.2.1
|
9 |
opencv-python==4.5.5.64
|
10 |
-
numpy
|
11 |
matplotlib==3.3.3
|
12 |
albumentations==0.5.2
|
13 |
annoy==1.17.1
|
14 |
easydict==1.9
|
15 |
tqdm==4.54.1
|
16 |
scikit-image
|
17 |
-
scikit-learn
|
|
|
|
1 |
tf-explain==0.3.0
|
2 |
+
tensorflow==2.9.1
|
3 |
streamlit==1.17.0
|
4 |
seaborn==0.11.1
|
5 |
scipy
|
|
|
7 |
Pillow==9.0.0
|
8 |
pandas==1.2.1
|
9 |
opencv-python==4.5.5.64
|
10 |
+
numpy>=1.19.*
|
11 |
matplotlib==3.3.3
|
12 |
albumentations==0.5.2
|
13 |
annoy==1.17.1
|
14 |
easydict==1.9
|
15 |
tqdm==4.54.1
|
16 |
scikit-image
|
17 |
+
scikit-learn
|
18 |
+
altair==4.2.2
|