-
Notifications
You must be signed in to change notification settings - Fork 121
removed macos-13, added macos-15 #2940
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
Conversation
pixi.toml
Outdated
| multidict = "*" | ||
| netcdf4 = "*" | ||
| numpy = ">=2" | ||
| numpy = ">=2.2.4,<3" |
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.
Numpy >=3 does not exist yet. Why do you presume it to be incompatible?
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.
that was the suggestion here,
prefix-dev/pixi#3479
I read it all between 2.2.4 and lower 3 including 2.2.4
We need to start with 2.2.4 and not below
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.
we can also wait until 3 exists, but yeah lower limit in our case would work
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.
If we only need a minimum version, then there should only be a lower bound. Given that a version 3 does not exist I see no reason why we would assume that it won't work with MSS.
Purpose of PR?:
Fixes #2908 #2878