Skip to content

Commit

Permalink
add pycountry and pyairports to required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Jun 1, 2024
1 parent a3541d1 commit c719228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ dependencies = [
"requests",
"tqdm",
"datasets",
"pycountry",
"pyairports",
]
dynamic = ["version"]

Expand All @@ -58,8 +60,6 @@ test = [
"vllm",
"torch",
"transformers",
"pycountry",
"pyairports",
]
serve = [
"vllm>=0.3.0",
Expand Down

0 comments on commit c719228

Please sign in to comment.