Skip to content

Commit

Permalink
Fix UFL version in optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 23, 2024
1 parent b5600cf commit 0ed41b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ documentation = "https://docs.fenicsproject.org"
[project.optional-dependencies]
docs = ["markdown", "pylit3", "pyyaml", "sphinx", "sphinx_rtd_theme"]
lint = ["ruff"]
optional = ["numba", "fenics-ufl@git+https://github.com/fenics/ufl"]
optional = ["numba", "fenics-ufl>=2024.1.0,<2024.2.0"]
test = ["pytest", "sympy", "scipy", "matplotlib", "fenics-basix[optional]"]
ci = ["mypy", "pytest-xdist", "fenics-basix[docs,lint,test,optional]"]

Expand Down

0 comments on commit 0ed41b0

Please sign in to comment.