Skip to content

Commit

Permalink
update dependencies: torch is required, pin outlines-core==0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Oct 10, 2024
1 parent e4dccaa commit d7569ef
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 @@ -40,7 +40,8 @@ dependencies = [
"typing_extensions",
"pycountry",
"airportsdata",
"outlines_core==0.1.0",
"torch",
"outlines_core==0.1.14",
]
dynamic = ["version"]

Expand All @@ -61,7 +62,6 @@ test = [
"huggingface_hub",
"openai>=1.0.0",
"vllm; sys_platform != 'darwin'",
"torch",
"transformers",
"pillow",
"exllamav2",
Expand Down

0 comments on commit d7569ef

Please sign in to comment.