Skip to content

Commit

Permalink
pybamm-team#3480 Specify pybind11 as a build-time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 25, 2023
1 parent a463246 commit 9855e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = [
# On Windows, use the CasADi vcpkg registry and CMake bundled from MSVC
"casadi>=3.6.0; platform_system!='Windows'",
"cmake; platform_system!='Windows'",
"pybind11>=2.11.1",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 9855e9d

Please sign in to comment.