Commit ·
7b9102e
1
Parent(s): 579f928
Start testing streamlit implementation
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets==2.9.0
|
| 2 |
+
matplotlib==3.5.3
|
| 3 |
+
numpy==1.22.3
|
| 4 |
+
pandas==1.5.3
|
| 5 |
+
scipy==1.9.1
|
| 6 |
+
streamlit==1.18.1
|