Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
pandas==1.4.3
|
| 2 |
numpy==1.23.1
|
| 3 |
streamlit
|
| 4 |
-
scikit-learn==1.1.3
|
|
|
|
|
|
| 1 |
pandas==1.4.3
|
| 2 |
numpy==1.23.1
|
| 3 |
streamlit
|
| 4 |
+
scikit-learn==1.1.3
|
| 5 |
+
altair==4.0.0
|