Skip to content

Commit

Permalink
Merge pull request #130 from ArneBinder/fix_numpy_verison
Browse files Browse the repository at this point in the history
set max numpy version to <2.0.0
  • Loading branch information
ArneBinder authored Jun 17, 2024
2 parents 84ce063 + edb8e00 commit c29bd99
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
86 changes: 43 additions & 43 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ python = "^3.9"
pytorch-ie = ">=0.30.3,<0.32.0"
# <2.16.0 because of https://github.com/ArneBinder/pie-datasets/issues/93
datasets = ">=2.14.0,<2.16.0"
# <2.0.0 because otherwise datasets breaks
numpy = "<2.0.0"
# this was manually added because we get a conflict with pyarrow otherwise
pyarrow = "^13"

Expand Down

0 comments on commit c29bd99

Please sign in to comment.