Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pyproject.toml): Separation of dependencies
Some dependencies are accidentally put under regular `dependencies`, which are installed when installing the package. `scipy` was actually a `devdependency`, but we need it to be a regular dependency, because we use it in production code.
- Loading branch information