Skip to content

Commit

Permalink
Update huggingface_requirements to include numpy<2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Jun 25, 2024
1 parent 51b13ce commit 2b307e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements = jax[cpu] plum-dispatch
dev_requirements = scikit-learn pandas nbdev jupyter dm-haiku optax nbdev-mkdocs
torch_requirements = torch torchvision
tensorflow_requirements = tensorflow tensorflow-datasets
huggingface_requirements = datasets
huggingface_requirements = datasets numpy<2.0.0
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
Expand Down

0 comments on commit 2b307e8

Please sign in to comment.