Skip to content

Commit 89b0e48

Browse files
marbreIanNod
authored andcommitted
Relax restrictions on explicit versions (nod-ai#660)
Instead of pinning specific versions for `fastapi` and `uvicorn`, only a minimum version is set now instead.
1 parent 57aca97 commit 89b0e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharktank/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ datasets
1717
torch>=2.3.0
1818

1919
# Serving deps.
20-
fastapi==0.112.2
21-
uvicorn==0.30.6
20+
fastapi>=0.112.2
21+
uvicorn>=0.30.6

0 commit comments

Comments
 (0)