Skip to content

Commit

Permalink
Require nanobind < 2.5.0 for now (#925)
Browse files Browse the repository at this point in the history
nb 2.5.0 prohibits enum types as a target for implicitly_convertible,
breaking a lot of our code.
  • Loading branch information
olemke authored Feb 5, 2025
2 parents 5b99157 + caa24cb commit 234b5be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- libclang
- libcxx
- llvm-openmp
- nanobind
- nanobind < 2.5.0
- nbsphinx
- matplotlib
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion environment-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libmicrohttpd
- llvm-openmp
- matplotlib
- nanobind
- nanobind < 2.5.0
- nbsphinx
- netcdf4
- ninja
Expand Down
2 changes: 1 addition & 1 deletion environment-dev-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- lark-parser
- libcxx
- matplotlib
- nanobind
- nanobind < 2.5.0
- nbsphinx
- netcdf4
- ninja
Expand Down

0 comments on commit 234b5be

Please sign in to comment.