1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: fenics-basix/python/pyproject.toml
===================================================================
--- fenics-basix.orig/python/pyproject.toml 2025-09-10 12:46:32.538278140 +0200
+++ fenics-basix/python/pyproject.toml 2025-09-10 12:47:16.346043093 +0200
@@ -13,7 +13,7 @@
{ email = "fenics-steering-council@googlegroups.com" },
{ name = "FEniCS Steering Council" },
]
-dependencies = ["numpy>=1.21"]
+dependencies = ["numpy>=1.21", "nanobind"]
[project.optional-dependencies]
docs = ["markdown", "pylit3", "pyyaml", "sphinx==5.0.2", "sphinx_rtd_theme"]
|