Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
fastapi==0.
|
|
|
2 |
lightgbm==3.3.5
|
3 |
matplotlib==3.5.1
|
4 |
pandas==1.5.3
|
5 |
scikit_learn==1.1.1
|
6 |
-
xgboost==1.7.5
|
|
|
1 |
+
fastapi==0.95.1
|
2 |
+
uvicorn[standard]==0.17.*
|
3 |
lightgbm==3.3.5
|
4 |
matplotlib==3.5.1
|
5 |
pandas==1.5.3
|
6 |
scikit_learn==1.1.1
|
7 |
+
xgboost==1.7.5
|