Skip to content

Commit

Permalink
Update pyproject.toml (NeurodataWithoutBorders#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 2, 2024
1 parent d7f5f26 commit 73d6dfa
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 73d6dfa

Please sign in to comment.