File: python_depends_nanobind.patch

package info (click to toggle)
fenics-basix 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,084 kB
  • sloc: cpp: 22,542; python: 10,184; makefile: 40; sh: 24
file content (13 lines) | stat: -rw-r--r-- 579 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-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"]