Skip to content

Commit

Permalink
add numpy to req
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 22, 2024
1 parent fe5b4f4 commit 4e78829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
name="py-tgi",
version=PY_TGI_VERSION,
packages=find_packages(),
install_requires=["docker", "huggingface-hub"],
install_requires=["docker", "huggingface-hub", "numpy"],
extras_require={"quality": ["ruff"]},
**common_setup_kwargs,
)

0 comments on commit 4e78829

Please sign in to comment.