Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 15, 2024
1 parent f1482aa commit 4750cdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]
dependencies = [
"h5py>=2.10",
"jsonschema>=2.6.0",
'numpy>=1.18',
"pandas>=1.0.5",
"h5py>=3.1.0",
"jsonschema>=3.2.0",
'numpy>=1.19.3',
"pandas>=1.2.0",
"ruamel.yaml>=0.16",
"scipy>=1.4",
"scipy>=1.7",
]
dynamic = ["version"]

Expand Down

0 comments on commit 4750cdd

Please sign in to comment.