We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5600cf commit 0ed41b0Copy full SHA for 0ed41b0
1 file changed
pyproject.toml
@@ -23,7 +23,7 @@ documentation = "https://docs.fenicsproject.org"
23
[project.optional-dependencies]
24
docs = ["markdown", "pylit3", "pyyaml", "sphinx", "sphinx_rtd_theme"]
25
lint = ["ruff"]
26
-optional = ["numba", "fenics-ufl@git+https://github.com/fenics/ufl"]
+optional = ["numba", "fenics-ufl>=2024.1.0,<2024.2.0"]
27
test = ["pytest", "sympy", "scipy", "matplotlib", "fenics-basix[optional]"]
28
ci = ["mypy", "pytest-xdist", "fenics-basix[docs,lint,test,optional]"]
29
0 commit comments