-
Notifications
You must be signed in to change notification settings - Fork 9
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
BLD: remove tiled from requirements, pin numpy < 2.0 #334
Conversation
Something weird going on in the py39 builds
|
I think this is a correct change |
Also |
I think we definitely will need to pin numpy<2 for now in the builds here |
After pinning numpy<2, a few errors persist.
|
It kind of seems like jumping to python 3.12 will be rough, maybe we should wait to jump or settle for 3.11 for the next big shift. Waiting on MDS to have time to check all his builds when he seems busy in order for us to find the next build issue. |
I also added #335 to capture how e.g. py312-readiness should be failing here |
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.
Still re-affirming that all the changes here are correct
I'm going to merge this before proceeding to other packaging updates for the upcoming tag storm |
Remove tiled from our dependency list, given there are no direct consumers of it. We may possibly also use this to evaluate removing other regressive pins
TO-DO: