Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.0
|
2 |
+
pandas==1.5.3
|
3 |
+
scikit-learn==1.2.0
|
4 |
+
tensorflow==2.11.0
|
5 |
+
matplotlib==3.6.3
|
6 |
+
seaborn==0.11.2
|
7 |
+
scipy==1.9.3
|
8 |
+
joblib==1.2.0
|