-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
MAINT: upgrade anaconda and ga workflow versions #239
base: main
Are you sure you want to change the base?
Conversation
|
@mmcky Numba is not used directly in the notes as far as I know, so we can probably get away with removing the pinned version from the environment |
thanks @doctor-phil -- oh I see |
@@ -3,7 +3,7 @@ channels: | |||
- default | |||
dependencies: | |||
- python=3.9 | |||
- anaconda=2022.10 | |||
- anaconda=2024.02 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the pip
install fails when specifying 2024.02
so maybe we can revert this to update the GitHub actions
infrastructure
@mmcky seems like you're right. |
@doctor-phil let's wait on EconForge/interpolation.py#112 and then re-run with a new pin |
@doctor-phil it looks like the pip pins are too much for the new |
@mmcky there are a lot of downgrades. But I'm actually not sure if |
@doctor-phil is there a reason for such a restrictive build environment? Can we relax the version pins? |
This PR
anaconda=2024.02