Skip to content

Commit

Permalink
changed the order of spec and region to orignal
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Aug 7, 2024
1 parent b0df220 commit 1662b9d
Show file tree
Hide file tree
Showing 5 changed files with 1,343 additions and 704 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-python = ">=3.10"
# Plotting
plotting = ["scipy", "matplotlib"]
# REST service support
service = ["fastapi>0.100.0", "uvicorn"]
service = ["fastapi>=0.100.0", "uvicorn"]
# For development tests/docs
dev = [
# This syntax is supported since pip 21.2
Expand Down
Loading

0 comments on commit 1662b9d

Please sign in to comment.