Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
zyaoj committed Oct 30, 2024
1 parent 9102f00 commit 5c32068
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 @@ -62,7 +62,10 @@
"torcheval~=0.0.6",
"tqdm~=4.62",
"typing_extensions~=4.12",
"blobfile~=3.0.0", # This dependency is required for tiktoken.load.read_file, but it's listed as optional in tiktoken's pyproject.toml (https://github.com/openai/tiktoken/blob/main/pyproject.toml#L9) # fmt: skip
# This dependency is required for tiktoken.load.read_file, but it's
# listed as optional in tiktoken's pyproject.toml
# (https://github.com/openai/tiktoken/blob/main/pyproject.toml#L9)
"blobfile~=3.0.0",
],
extras_require={
"arrow": ["pyarrow>=13.0.0", "pandas~=2.0.0"],
Expand Down

0 comments on commit 5c32068

Please sign in to comment.