Skip to content

Commit 83102e5

Browse files
committed
Upgraded dependencies
1 parent 766c439 commit 83102e5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
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
2+
uvicorn[standard]==0.23.2
3+
fastapi==0.104.1
4+
pydantic==2.4.2
5+
gunicorn==21.2.0
6+
numpy==1.26.1
7+
pandas==2.1.2
8+
scikit-learn==1.3.2
9+
joblib==1.3.2
1010
eli5==0.13.0

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.3.1
1+
pytest==7.4.3
22
requests==2.31.0
3-
openapi_spec_validator==0.5.6
3+
openapi_spec_validator==0.7.1

0 commit comments

Comments
 (0)