We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766c439 commit 83102e5Copy full SHA for 83102e5
2 files changed
requirements.txt
@@ -1,10 +1,10 @@
1
setuptools>=68.0.0
2
-uvicorn[standard]==0.22.0
3
-fastapi==0.100.0
4
-pydantic==2.0.2
5
-gunicorn==20.1.0
6
-numpy==1.25.0
7
-pandas==2.0.3
8
-scikit-learn==1.3.0
9
-joblib==1.3.1
+uvicorn[standard]==0.23.2
+fastapi==0.104.1
+pydantic==2.4.2
+gunicorn==21.2.0
+numpy==1.26.1
+pandas==2.1.2
+scikit-learn==1.3.2
+joblib==1.3.2
10
eli5==0.13.0
tests/requirements.txt
@@ -1,3 +1,3 @@
-pytest==7.3.1
+pytest==7.4.3
requests==2.31.0
-openapi_spec_validator==0.5.6
+openapi_spec_validator==0.7.1
0 commit comments