Skip to content

Commit

Permalink
Merge pull request #70 from reymond-group/dependabot/pip/pybind11/tes…
Browse files Browse the repository at this point in the history
…ts/numpy-1.22.0

chore(deps): bump numpy from 1.21.5 to 1.22.0 in /pybind11/tests
  • Loading branch information
doublethefish authored Nov 27, 2024
2 parents 1d42972 + b15f28f commit e771e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybind11/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build==0.7.0
numpy==1.21.5; platform_python_implementation=="PyPy" and sys_platform=="linux" and python_version=="3.7"
numpy==1.22.0; platform_python_implementation=="PyPy" and sys_platform=="linux" and python_version=="3.7"
numpy==1.22.0; 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.0; 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
Expand Down

0 comments on commit e771e67

Please sign in to comment.