diff --git a/pyproject.toml b/pyproject.toml index 450f94e..3115f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]", ]