-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
NumPy 1.26 causes error #1513
Comments
#1512 was merged recently as a fix for that specific issue, but it doesn't necessarily address all the potential issues with NumPy 1.26, since the CI tests don't cover that version yet. |
Ah, very nice. I wanted to fix the feedstock and didn't check for duplicates. |
No problem; it's probably best to bound the version for now, as you did in the feedstock. |
Ah, so to be clear <1.26 should apply also in 2.9.2? |
If so, should probably be added to pyproject.toml |
True. I might have time to set up the tests in CI soon, in which case bounding the version might not be necessary. |
Description of your problem or feature request
Please provide the full tracebacks for any relevant errors and/or warning messages.
Please provide any additional information below.
Versions and main components
micromamba install -c conda-forge aesara-base
Aesara config:
Place the results of
python -c "import aesara; print(aesara.config)"
here.N/A
The text was updated successfully, but these errors were encountered: