Skip to content

Commit

Permalink
Pin nanobind version in build requirements and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 28, 2024
1 parent d504456 commit 4745ef7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# The DOLFINx Python interface must be built without build isolation (PEP517)
# due to its runtime and build time dependency on system built petsc4py and
# mpi4py.
# pip install -r build-requirements.txt
[build-system]
requires = [
"scikit-build-core[pyproject]",
"nanobind>=1.8.0",
"nanobind>=1.8.0,<2.0.0",
"petsc4py",
"mpi4py",
]
build-backend = "scikit_build_core.build"

[project]
name = "dolfinx_mpc"
version = "0.8.0"
version = "0.8.1"
description = "DOLFINx_MPC Python interface"
readme = "README.md"
requires-python = ">=3.8.0"
Expand Down

0 comments on commit 4745ef7

Please sign in to comment.