Skip to content
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

CI: Add optional dependency for examples #2261

Merged
merged 2 commits into from
Aug 30, 2024
Merged

CI: Add optional dependency for examples #2261

merged 2 commits into from
Aug 30, 2024

Conversation

EwoutH
Copy link
Member

@EwoutH EwoutH commented Aug 30, 2024

The Game of Life fast example (projectmesa/mesa-examples#182) needs SciPy. Instead of adding it to our dev dependencies, I created a new, lighter examples optional dependency category (with SciPy).

@EwoutH EwoutH added the maintenance Release notes label label Aug 30, 2024
@EwoutH
Copy link
Member Author

EwoutH commented Aug 30, 2024

And everything is green again!

✅ We like green.

EwoutH added 2 commits August 30, 2024 17:57
The Game of Life fast example needs scipy. Instead of adding it to our dev dependencies, I created a new, lighter examples optional dependency category (with SciPy)
FutureWarning can stay a FutureWarning in the CI, it doesn't need to be raised to an Error (note it also isn't suppresed). Otherwise we can't use experimental features in examples.
@EwoutH EwoutH merged commit 861d6b3 into main Aug 30, 2024
9 of 10 checks passed
@EwoutH EwoutH deleted the examples_deps branch September 20, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants