Skip to content

Commit

Permalink
upgrade nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
tvatter committed Feb 8, 2025
1 parent 62208c6 commit 2b832b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mamba install conda-forge::pyvinecopulib
The main build time prerequisites are:

* scikit-build-core (>=0.4.3),
* nanobind (>=1.3.2),
* nanobind (>=2.5.0),
* a compiler with C++17 support.

To install from source, `Eigen` and `Boost` also need to be available, and CMake will try to find suitable versions automatically.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
requires = ["scikit-build-core >=0.4.3", "nanobind >=2.5.0"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 2b832b3

Please sign in to comment.