Skip to content

Commit ec24d86

Browse files
marbreeagarvey-amd
authored andcommitted
Relax restrictions on explicit versions (#660)
Instead of pinning specific versions for `fastapi` and `uvicorn`, only a minimum version is set now instead.
1 parent ea76e37 commit ec24d86

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)