We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fix dependencies (#7) and 'ignore_prior' argument (#8)
e7bd9e3
* Fixed dependency installation * Added 'ignore_prior' kernel argument, NB false by default
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: