Skip to content

Commit 6b61140

Browse files
committed
Relax uvicorn version constraint to >=0.32.0 for compatibility
Updated uvicorn version requirement in environment.yml to `>=0.32.0` to resolve compatibility issue on Linux aarch64 platform. The specific version `0.32.0` was unavailable in current conda channels, so changed to allow installation of the latest compatible version.
1 parent 778f51a commit 6b61140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- requests==2.32.3
1111
- fastapi=0.112.0
1212
- typing_extensions=4.11.0
13-
- uvicorn=0.32.0
13+
- uvicorn>=0.32.0
1414
- gunicorn=22.0.0
1515
- pip=23.2.1

0 commit comments

Comments
 (0)