Skip to content

Commit

Permalink
Merge branch 'dev' into spatial_2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 2, 2024
2 parents d289bd6 + 73d6dfa commit ed3777f
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 @@ -34,7 +34,7 @@ classifiers = [
dependencies = [
"h5py>=2.10",
"hdmf>=3.12.2",
"numpy>=1.18", # match the version used in hdmf
"numpy>=1.18, <2.0", # pin below 2.0 until HDMF supports numpy 2.0
"pandas>=1.1.5",
"python-dateutil>=2.7.3",
]
Expand Down

0 comments on commit ed3777f

Please sign in to comment.