Skip to content

Commit

Permalink
Update pyproject.toml (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 15, 2024
1 parent 6377b43 commit d390c14
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 @@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"h5py>=2.10",
"jsonschema>=2.6.0",
"numpy>=1.18",
'numpy>=1.18, <2.0', # pin below 2.0 until HDMF supports numpy 2.0
"pandas>=1.0.5",
"ruamel.yaml>=0.16",
"scipy>=1.4",
Expand Down

0 comments on commit d390c14

Please sign in to comment.