Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
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.74.*
|
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
|