Commit
·
9caebf3
1
Parent(s):
459f974
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
pydantic
|
2 |
-
sklearn
|
3 |
fastapi["all"]
|
4 |
-
|
|
|
|
|
|
|
5 |
pandas
|
|
|
|
1 |
pydantic
|
|
|
2 |
fastapi["all"]
|
3 |
+
uvicorn
|
4 |
+
jinja2
|
5 |
+
numpy
|
6 |
+
joblib
|
7 |
pandas
|
8 |
+
scikit-learn
|