Installing prospect via pip does not install the dependencies - this applies both to downloading with pip and installing from local source.
Currently, pip installing in a fresh python environment leads to an error from not finding numpy.
Suggested fix: include a list of dependencies under the [project] section of pyproject.toml.
Installing prospect via pip does not install the dependencies - this applies both to downloading with pip and installing from local source.
Currently, pip installing in a fresh python environment leads to an error from not finding numpy.
Suggested fix: include a list of dependencies under the [project] section of pyproject.toml.