A custom branch of k-wave-python is currently needed. (EDIT: I think it's actually the master branch of https://github.com/peterhollender/k-wave-python that we want, but the point is that it's this fork and not the k-wave-python that is published to the package index)
This currently requires us to put a direct reference in the dependencies section of the pyproject.toml.
Direct references are better avoided, and we will have to find some way around this before we will be able to publish to PyPI.
A custom branch of k-wave-python is currently needed. (EDIT: I think it's actually the
masterbranch of https://github.com/peterhollender/k-wave-python that we want, but the point is that it's this fork and not the k-wave-python that is published to the package index)This currently requires us to put a direct reference in the
dependenciessection of thepyproject.toml.Direct references are better avoided, and we will have to find some way around this before we will be able to publish to PyPI.