File: python_depends_nanobind.patch

package info (click to toggle)
fenics-basix 0.10.0.post0-1exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,144 kB
  • sloc: cpp: 23,435; python: 10,829; makefile: 40; sh: 26
file content (13 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
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-11-11 23:49:27.556739201 +0100
+++ fenics-basix/python/pyproject.toml	2025-11-11 23:49:27.552211944 +0100
@@ -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", "sphinx_rtd_theme"]