Skip to content

Commit

Permalink
update pyproject.toml requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Dec 17, 2024
1 parent 5ce386a commit 82cebe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps."
]
dependencies = [
"h5py>=3.1.0",
"h5py>=3.2.0",
"hdmf>=3.14.5",
"numpy>=1.18",
"pandas>=1.1.5",
"python-dateutil>=2.7.3",
"numpy>=1.23.0",
"pandas>=1.2.0",
"python-dateutil>=2.8.2",
]
dynamic = ["version"] # the build backend will compute the version dynamically from git tag (or a __version__)

Expand Down

0 comments on commit 82cebe3

Please sign in to comment.