scipy / oldest-supported-numpy

Meta-package providing the oldest supported Numpy for a given Python version and platform
BSD 2-Clause "Simplified" License
55 stars 33 forks source link

Failed to install with pypy 3.7 in aarch64 #39

Closed Yikun closed 2 years ago

Yikun commented 2 years ago

oldest-supported-numpy 0.14 depends on numpy==1.19.2; python_version == "3.7" and platform_machine == "aarch64" oldest-supported-numpy 0.14 depends on numpy==1.20.0; python_version == "3.7" and platform_python_implementation == "PyPy"

Looks like there are some confilct deps for pypy 3.7 aarch64: