Skip to content

Commit

Permalink
Remove unused dependency pylit3 (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 31, 2023
1 parent 20a45a9 commit ef7255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = ["numpy>=1.21", "cffi", "petsc4py", "mpi4py",
"fenics-ufl>=2023.3.0.dev0,<2023.4.0"]

[project.optional-dependencies]
docs = ["markdown", "pylit3", "pyyaml", "sphinx==5.0.2", "sphinx_rtd_theme"]
docs = ["markdown", "pyyaml", "sphinx==5.0.2", "sphinx_rtd_theme"]
lint = ["flake8", "pydocstyle"]
optional = ["numba"]
test = ["pytest", "sympy", "scipy", "matplotlib", "fenics-dolfinx[optional]"]
Expand Down

0 comments on commit ef7255b

Please sign in to comment.