Skip to content

Commit

Permalink
Relax restrictions on explicit versions (#660)
Browse files Browse the repository at this point in the history
Instead of pinning specific versions for `fastapi` and `uvicorn`, only a
minimum version is set now instead.
  • Loading branch information
marbre authored Dec 9, 2024
1 parent 054dee8 commit 217690e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharktank/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ datasets
torch>=2.3.0

# Serving deps.
fastapi==0.112.2
uvicorn==0.30.6
fastapi>=0.112.2
uvicorn>=0.30.6

0 comments on commit 217690e

Please sign in to comment.