magika icon indicating copy to clipboard operation
magika copied to clipboard

Unpin numpy

Open hauntsaninja opened this issue 7 months ago • 8 comments

See also https://iscinumpy.dev/post/bound-version-constraints/

The workaround here is unnecessary (discussed in https://github.com/google/magika/issues/43). Since numpy declares python_requires, pip's resolver will automatically discard newer numpy solutions when installing on Python 3.8.

This also saves you a chore every year when Python makes a new release :-)

hauntsaninja avatar Jul 23 '24 04:07 hauntsaninja