Skip to content

Commit

Permalink
fix numpy < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzLamm committed Jun 26, 2024
1 parent 92ec8ca commit b997397
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"imageio",
"mrcfile",
"monai",
"numpy<2.0.0",
"pandas",
"pytorch-lightning",
"torch",
"imageio",
"scipy",
"typer[all]",
"scikit-image",
"scipy",
"simpleitk",
"pandas",
"mrcfile",
"torch",
"typer[all]",
]


Expand Down

0 comments on commit b997397

Please sign in to comment.