-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Description
Description
If we follow https://scientific-python.org/specs/spec-0000/ numpy < 2 should be dropped around September 2025.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
maresb commentedon Feb 17, 2025
I'm confused... isn't numpy<2 dropped as of #1194?
Armavica commentedon Feb 17, 2025
No, that PR enabled numpy >= 2 but we are still supporting >= 1.17
maresb commentedon Feb 18, 2025
Ha, I see my misunderstanding now. I originally read it as "drop the
<2
constraint from the version specification" but you meant "remove support for numpy versions <2", which now seems obvious to me. This is pretty funny.