mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-23 13:45:10 +00:00
522c59ceb2
* chore: drop Python 3.5 support * chore: more fstrings with flynt's help * ci: drop Python 3.5 * chore: bump dependency versions * docs: touch up py::args * tests: remove deprecation warning * Ban smartquotes * Very minor tweaks (by-product of reviewing PR #3719). Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com> Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
9 lines
587 B
Plaintext
9 lines
587 B
Plaintext
numpy==1.21.5; platform_python_implementation=="PyPy" and sys_platform=="linux" and python_version=="3.7"
|
|
numpy==1.19.3; platform_python_implementation!="PyPy" and python_version=="3.6"
|
|
numpy==1.21.5; platform_python_implementation!="PyPy" and python_version>="3.7" and python_version<"3.10"
|
|
numpy==1.22.2; platform_python_implementation!="PyPy" and python_version>="3.10" and python_version<"3.11"
|
|
pytest==7.0.0
|
|
pytest-timeout
|
|
scipy==1.5.4; platform_python_implementation!="PyPy" and python_version<"3.10"
|
|
scipy==1.8.0; platform_python_implementation!="PyPy" and python_version=="3.10"
|