Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed Jul 25, 2024
1 parent 63b8c13 commit b6cf9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ fastapi = {version = ">=0.109.1", optional = true}
uvicorn = {extras = ["standard"], version = ">=0.27", optional= true}
pydantic = {version = ">=2", optional = true}
gunicorn = {version = ">=20.0.4", optional = true}
Django = {version = ">=4.2.11", optional= true}
djangorestframework = {version = ">=3.13.1", optional = true}
Django = {version = ">=4.2.14", optional= true}
djangorestframework = {version = ">=3.15.2", optional = true}
sympy = {version = ">=1.9", optional = true}
dice-ml = {version = "*", optional = true}
alibi = { version = "*", optional = true}
Expand Down

0 comments on commit b6cf9c9

Please sign in to comment.