Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
scipy
|
3 |
+
h5py
|
4 |
+
matplotlib
|
5 |
+
pandas
|
6 |
+
streamlit
|
7 |
+
tensorflow
|
8 |
+
mealpy
|
9 |
+
scikit-learn>=1.0.2
|
10 |
+
openpyxl
|
11 |
+
seaborn
|