Skip to content

Commit

Permalink
chore(deps): bump numpy from 1.19.3 to 1.22.0 in /pybind11/tests
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.19.3...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Adding arm64 osx env variable

cbiw build variable to build only one wheel for eac hgha

cbiw build variable to build only one wheel for each gha

cbiw build variable to build only one wheel for each gha

cbiw build variable to build only one wheel for each gha

environment variable in githubenv

environment variable in githubenv

environment variable in githubenv
  • Loading branch information
dependabot[bot] authored and wckdouglas committed May 28, 2023
1 parent 5fe329d commit a11faed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: OSX Arm64 env variables
if: ${{ contains(matrix.only, 'macosx_arm64') }}
run: |
echo 'CMAKE_OSX_ARCHITECTURES=arm64' >> $GITHUB_ENV
- name: Env variable ${{ matrix.only }} for build
run: echo "CIBW_BUILD=${{ matrix.only }}" >> $GITHUB_ENV

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2

Expand Down
2 changes: 1 addition & 1 deletion pybind11/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build==0.7.0
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.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.2; platform_python_implementation!="PyPy" and python_version>="3.10" and python_version<"3.11"
pytest==7.0.0
Expand Down

0 comments on commit a11faed

Please sign in to comment.