Skip to content

Commit

Permalink
add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Dec 2, 2024
1 parent 789fc48 commit 5f86933
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 59 deletions.
148 changes: 89 additions & 59 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 @@ -10,6 +10,7 @@ packages = [{include = "pheval_ai_marrvel", from = "src"}]
python = "^3.10"
docker = "^7.1.0"
pheval = "^0.4.0"
numpy = ">=1.24.3,<1.25.0"

[tool.poetry.scripts]
pheval-ai = "pheval_ai_marrvel.cli:main"
Expand Down

0 comments on commit 5f86933

Please sign in to comment.