pybind11/tests/requirements.txt

5 lines
279 B
Plaintext
Raw Normal View History

--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
numpy; platform_python_implementation!="PyPy" or sys_platform!="darwin" or python_version<"3.0"
2020-07-24 15:45:22 +00:00
numpy<1.19; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.0"
pytest