Skip to content

Commit

Permalink
Update modal version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Oct 24, 2023
1 parent 4f4151f commit 0923995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code-plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


image = modal.Image.debian_slim(python_version="3.10").pip_install(
"modal-client==0.49.2130",
"modal-client==0.55.3910",
"fastapi==0.95.1",
"uvicorn==0.22.0",
"numpy==1.24.3",
Expand Down
2 changes: 1 addition & 1 deletion code-plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
modal-client = "^0.49.2130"
modal-client = "^0.55.3910"
fastapi = "^0.95.1"
uvicorn = "^0.22.0"
numpy = "^1.24.3"
Expand Down

0 comments on commit 0923995

Please sign in to comment.