Ath
commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.21.5
|
| 2 |
+
pandas==1.3.5
|
| 3 |
+
scikit-learn==1.0.2
|
| 4 |
+
tensorflow==2.9.1
|
| 5 |
+
optuna==2.10.0
|
| 6 |
+
gradio==3.23.0
|