Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set min version for huggingface-hub to >=0.24.0 #165

Merged
merged 5 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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"
# should not be necessary, but see https://github.com/ArneBinder/pie-datasets/issues/164
huggingface-hub = ">=0.24.0"
# <2.0.0 because otherwise datasets breaks
numpy = "<2.0.0"
# this was manually added because we get a conflict with pyarrow otherwise
Expand Down
Loading