pybind11/tests/requirements.txt

6 lines
378 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
2020-07-26 19:05:10 +00:00
scipy; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version<"3.9"