Abhijit Rai commited on
init
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.18.5
|
| 2 |
+
pandas>=1.0.5
|
| 3 |
+
scikit-learn>=0.23.2
|
| 4 |
+
tensorflow>=2.4.0
|
| 5 |
+
xgboost>=1.3.3
|
| 6 |
+
Pillow>=8.0.1
|