Skip to content

Commit

Permalink
Adding huggingface_hub to core requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed May 24, 2024
1 parent 35060d8 commit 5e9dfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def find_version(*file_paths):
license="Apache License 2.0",
packages=find_packages(exclude=["examples", "research", "img"]),
include_package_data=True,
data_files=["blendsql/grammars/_cfg_grammar.lark"],
install_requires=[
"outlines",
"pyparsing==3.1.1",
Expand All @@ -42,6 +43,7 @@ def find_version(*file_paths):
"python-dotenv==1.0.1",
"sqlglot==18.13.0",
"sqlalchemy>=2.0.0",
"huggingface_hub",
"lark",
"exrex",
"platformdirs",
Expand Down

0 comments on commit 5e9dfd7

Please sign in to comment.