Skip to content

Commit aedb74d

Browse files
committed
python@14: use numba RC
1 parent a9d4a1b commit aedb74d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ documentation = "https://docs.fenicsproject.org"
2323
[project.optional-dependencies]
2424
docs = ["markdown", "pylit3", "pyyaml", "sphinx", "sphinx_rtd_theme"]
2525
lint = ["ruff"]
26-
optional = ["numba", "fenics-ufl@git+https://github.com/fenics/ufl"]
26+
optional = [
27+
"numba; python_version != '3.14'",
28+
"numba==0.63.0rc1; python_version == '3.14'",
29+
"fenics-ufl@git+https://github.com/fenics/ufl"
30+
]
2731
test = ["pytest", "sympy", "scipy", "matplotlib", "fenics-basix[optional]"]
2832
ci = ["mypy", "pytest-xdist", "fenics-basix[docs,lint,test,optional]"]
2933

0 commit comments

Comments
 (0)