Skip to content

Commit

Permalink
build: Add scipy to ML and Medical (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
shernshiou authored Apr 30, 2024
1 parent bc91e5e commit 6d92814
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ upolygon = "0.1.10"
[tool.poetry.extras]
dev = ["black", "isort", "flake8", "mypy", "debugpy", "responses", "pytest", "flake8-pyproject", "pytest-rerunfailures", "ruff", "validate-pyproject"]
medical = ["nibabel", "connected-components-3d", "scipy"]
ml = ["torch", "torchvision", "scikit-learn", "albumentations"]
ml = ["torch", "torchvision", "scikit-learn", "albumentations", "scipy"]
ocv = ["opencv-python-headless"]
test = ["responses", "pytest", "flake8-pyproject"]

Expand Down

0 comments on commit 6d92814

Please sign in to comment.