Skip to content

Commit

Permalink
add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenger committed Feb 12, 2024
1 parent 09c7a2c commit c148c42
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
76 changes: 40 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ transformers = {extras = ["torch"], version = "^4.30.2"}
makefun = "^1.15.1"
pandas = "^2.2.0"
pydantic = "^2.6.1"
numpy = "^1.26.4"

[tool.poetry.extras]
transformers = ["transformers"]
Expand Down

0 comments on commit c148c42

Please sign in to comment.