-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes due to introduction of consensus tag (#139)
* Changes due to introduction of consensus tag introduced in FEniCS/dolfinx#3512 * Bump install action and version number
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ requires = ["setuptools>=61.0.0", "wheel"] | |
|
||
[project] | ||
name = "adios4dolfinx" | ||
version = "0.9.0" | ||
version = "0.9.0.dev0" | ||
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2" | ||
authors = [{ name = "Jørgen S. Dokken", email = "[email protected]" }] | ||
license = { file = "LICENSE" } | ||
readme = "README.md" | ||
dependencies = ["fenics-dolfinx>=0.9.0"] | ||
dependencies = ["fenics-dolfinx>0.9.0"] | ||
|
||
[project.optional-dependencies] | ||
test = ["pytest", "coverage", "ipyparallel"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters