Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
MAINT: newer pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Oct 18, 2021
1 parent 70b787b commit 700fd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- PLAT=x86_64
- CYTHON_BUILD_DEP="Cython==0.29.24"
- PYTHRAN_BUILD_DEP="pythran"
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
- PYBIND11_BUILD_DEP="pybind11>=2.4.3"
- UNICODE_WIDTH=32
- MANYLINUX_URL="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ environment:
MINGW_64: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
CYTHON_BUILD_DEP: Cython==0.29.24
PYTHRAN_BUILD_DEP: pythran
NUMPY_TEST_DEP: numpy==1.16.5
PYBIND11_BUILD_DEP: pybind11==2.4.3
NUMPY_TEST_DEP: numpy==1.17.3
PYBIND11_BUILD_DEP: pybind11>=2.4.3
TEST_MODE: fast
APPVEYOR_SAVE_CACHE_ON_ERROR: true
APPVEYOR_SKIP_FINALIZE_ON_EXIT: true
Expand Down

0 comments on commit 700fd5d

Please sign in to comment.