-
Notifications
You must be signed in to change notification settings - Fork 103
[UV] Set minimum numpy version #810
Copy link
Copy link
Open
Labels
Effort > Brief 🐇Small tasks expected to take a few hours up to a couple of days.Small tasks expected to take a few hours up to a couple of days.Great First Contribution! 🌱Beginner friendly tickets with narrow scope and huge impact. Perfect to join our community!Beginner friendly tickets with narrow scope and huge impact. Perfect to join our community!Impact > Minor 🔷Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).dependenciesPull requests that update a dependency filePull requests that update a dependency filepython:uvPull requests that update python:uv codePull requests that update python:uv code
Milestone
Metadata
Metadata
Assignees
Labels
Effort > Brief 🐇Small tasks expected to take a few hours up to a couple of days.Small tasks expected to take a few hours up to a couple of days.Great First Contribution! 🌱Beginner friendly tickets with narrow scope and huge impact. Perfect to join our community!Beginner friendly tickets with narrow scope and huge impact. Perfect to join our community!Impact > Minor 🔷Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).dependenciesPull requests that update a dependency filePull requests that update a dependency filepython:uvPull requests that update python:uv codePull requests that update python:uv code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
It should be at least 2.0, since running pytest on the last 1.x release breaks the unit tests.
Is your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
I'd like to leave this open for others, but if we're running up against the 0.9.3 release, I'll close it out. To solve, find the minimum numpy 2.x release that allows uv to solve the environment and pass all the tests.
Do you have any additional supporting notes?
No response