Skip to content

Commit

Permalink
Updated requirements.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbustos committed Jan 17, 2024
1 parent 1ec0f1b commit 2d92f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools>=68.0.0
uvicorn[standard]==0.23.2
fastapi==0.104.1
pydantic==2.4.2
uvicorn[standard]==0.26.0
fastapi==0.109.0
pydantic==2.5.3
gunicorn==21.2.0
numpy==1.26.1
pandas==2.1.2
numpy==1.26.3
pandas==2.1.4
scikit-learn==1.3.2
joblib==1.3.2
eli5==0.13.0
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.4.3
pytest==7.4.4
requests==2.31.0
openapi_spec_validator==0.7.1

0 comments on commit 2d92f3e

Please sign in to comment.