Commit a48c51f
committed
build(deps): add scipy as a runtime dependency in pyproject.toml
Pip-only CI ("Unit Tests Python 3.10/3.11/3.12/3.13") was failing
with ModuleNotFoundError: No module named 'scipy' because the
surface-aware sampler now imports scipy.spatial.KDTree but scipy
was only listed in environment.yml (conda), not in pyproject.toml.
Adds scipy>=1.10 to the runtime dependencies so pip installs see
it too. The conda env was already fine.1 parent 4c5b780 commit a48c51f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments