FEniCS/basix

basix python module requires ufl >= 2023

Closed this issue · 1 comments

The python module for basix requires ufl >= 2023 (or >= 2023.1) because of the use of _ufl.sobolevspace.HInf in ufl_wrapper.py. I guess this requirement should be declared in python/setup.py in order to maintain a robust installation.

Fixed. UFL is listed as an optional dependency in pyproject.toml.