v7labs / darwin-py

Library and commandline tool for managing datasets on darwin.v7labs.com
MIT License
115 stars 40 forks source link

[DAR-2528][External] Fixed issue installing scipy #861

Closed JBWilkie closed 1 month ago

JBWilkie commented 1 month ago

Problem

When installing darwin-py with pip install darwin-py\[medical], scipy is not installed due to a missing tool.poetry.depedencies.scipy section in pyproject.toml

Solution

Add this section to pyproject.toml

Changelog

Fixed scipy installation when installing darwin-py with medical dependencies

linear[bot] commented 1 month ago

DAR-2528 Investigate why scipy is not installed when installing medical darwin-py