Skip to content

Commit

Permalink
fix: temporarily limit numpy version due to bug in datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jun 17, 2024
1 parent a098a59 commit fa4eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"datasets>=2.19.0",
"numpy>=1.0.0",
"numpy>=1.0.0,<2.0.0", # until https://github.com/huggingface/datasets/pull/6976 is merged
"requests>=2.26.0",
"scikit_learn>=1.0.2",
"scipy>=0.0.0",
Expand Down

0 comments on commit fa4eb05

Please sign in to comment.