Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi[all]
|
| 2 |
+
scikit-learn==1.2.1
|
| 3 |
+
numpy==1.21.5
|
| 4 |
+
pandas==1.3.1
|
| 5 |
+
pydantic
|
| 6 |
+
|
| 7 |
+
threadpoolctl==3.1.0
|
| 8 |
+
seaborn==0.12.2
|
| 9 |
+
matplotlib==3.5.2
|
| 10 |
+
scipy==1.10.1
|
| 11 |
+
patool
|
| 12 |
+
forex_python
|
| 13 |
+
imbalanced-learn==0.10.1
|
| 14 |
+
xgboost==1.7.3
|
| 15 |
+
statistics
|