Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Feb 26, 2024
1 parent 08152c5 commit 8ca8550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ def get_version() -> str:
"pydantic>1.1,<2.0; python_version=='3.8'",
]

extras["torch"] = ["torch", "safetensors"]
extras["torch"] = [
"torch",
"safetensors",
]
extras["hf_transfer"] = [
"hf_transfer>=0.1.4", # Pin for progress bars
]
Expand Down

0 comments on commit 8ca8550

Please sign in to comment.