Skip to content

Commit

Permalink
Fix dependency versions (#720)
Browse files Browse the repository at this point in the history
* Fix basix dependency version.

* And ufl.
  • Loading branch information
jhale authored Oct 10, 2024
1 parent e36cd00 commit 6e22c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ 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-ufl >= 2024.2.0.dev0, <2024.3.0",
"fenics-basix >= 0.10.0.dev0, <0.11.0",
"fenics-ufl >= 2024.3.0.dev0, <2024.4.0",
]

[project.urls]
Expand Down

0 comments on commit 6e22c5d

Please sign in to comment.