Skip to content

Commit

Permalink
Relax restrictions on explicit versions (nod-ai#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 and IanNod committed Dec 17, 2024
1 parent 57aca97 commit 89b0e48
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 89b0e48

Please sign in to comment.