Skip to content

Commit

Permalink
Fix basix dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 10, 2024
1 parent e36cd00 commit 41ddc5d
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 @@ -17,7 +17,7 @@ dependencies = [
"numpy>=1.21",
"cffi",
"setuptools; python_version >= '3.12'", # cffi with compilation support requires setuptools
"fenics-basix >= 0.9.0.dev0, <0.10.0",
"fenics-basix >= 0.10.0.dev0, <0.11.0",
"fenics-ufl >= 2024.2.0.dev0, <2024.3.0",
]

Expand Down

0 comments on commit 41ddc5d

Please sign in to comment.