Skip to content

Commit

Permalink
readthedocs: use upstream pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jul 27, 2023
1 parent 786e96d commit 961cf12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .ci/readthedocs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

xt = "https://github.com/xtensor-stack"
cmake_projects = {
"pybind11": ("v2.11.1", "https://github.com/pybind/pybind11/archive/refs/tags/{{}}.zip")
"xsimd": ("10.0.0", f"{xt}/xsimd/archive/refs/tags/{{}}.zip"),
"xtl": ("0.7.5", f"{xt}/xtl/archive/refs/tags/{{}}.zip"),
"xtensor": ("0.24.4", f"{xt}/xtensor/archive/refs/tags/{{}}.zip"),
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ build:
- cmake
- g++
- make
- pybind11-dev
- python3-dev
- python3-numpy
- python3-requests
Expand Down

0 comments on commit 961cf12

Please sign in to comment.