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
environment.yml
pyproject.toml
I noticed that #346 updates the PyMC version in environment.yml but it doesn't make the corresponding change in pyproject.toml.
Also, there's an old numpy pin of <1.26.0 in environment.yml that I hope we can now get rid of.
numpy
<1.26.0
I'll leave creating the PRs and testing to someone more involved.
The text was updated successfully, but these errors were encountered:
drbenvincent
Successfully merging a pull request may close this issue.
I noticed that #346 updates the PyMC version in
environment.yml
but it doesn't make the corresponding change inpyproject.toml
.Also, there's an old
numpy
pin of<1.26.0
inenvironment.yml
that I hope we can now get rid of.I'll leave creating the PRs and testing to someone more involved.
The text was updated successfully, but these errors were encountered: