Skip to content

Commit 0ed41b0

Browse files
committed
Fix UFL version in optional dependencies.
1 parent b5600cf commit 0ed41b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 = ["numba", "fenics-ufl>=2024.1.0,<2024.2.0"]
2727
test = ["pytest", "sympy", "scipy", "matplotlib", "fenics-basix[optional]"]
2828
ci = ["mypy", "pytest-xdist", "fenics-basix[docs,lint,test,optional]"]
2929

0 commit comments

Comments
 (0)