Skip to content

Commit

Permalink
chore: fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
EKC (Erik Cederstrand) committed Oct 13, 2023
1 parent 82d8c5e commit 7297da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
"httpx",
"inflection",
"numpy",
"nvidia-ml-py<12",
# OpenTelemetry is the server dependencies, rather than SDK
# Since there are discrepancies among API and instrumentation packages,
# we should always pin the set version of Opentelemetry suite
Expand All @@ -63,7 +64,6 @@ dependencies = [
"starlette>=0.13.5",
"uvicorn",
"watchfiles>=0.15.0",
"nvidia-ml-py<12",
]
dynamic = ["version"]
[project.urls]
Expand Down

0 comments on commit 7297da4

Please sign in to comment.