Skip to content

Commit

Permalink
Update toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Mar 12, 2024
1 parent 73f1db9 commit b277252
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
Binary file modified docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 6 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,19 @@ build-backend = "setuptools.build_meta"
name = "my-fenics-paper"
version = "0.3.0"
dependencies = [
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
"cardiac-geometries>=0.11.0",
"ldrb",
"requests",
"tqdm",
]

[tool.setuptools]
packages = []

[project.optional-dependencies]
dev = [
"pdbpp",
"pre-commit",
"bump-my-version",
]
docs = [
"jupyter-book",
"jupytext",
"sphinxcontrib-bibtex",
]
dev = ["pdbpp", "pre-commit", "bump-my-version"]
docs = ["jupyter-book", "jupytext", "sphinxcontrib-bibtex"]

[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
Expand Down Expand Up @@ -83,9 +77,7 @@ tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "0.3.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = [
"{major}.{minor}.{patch}"
]
serialize = ["{major}.{minor}.{patch}"]


[[tool.bumpversion.files]]
Expand Down

0 comments on commit b277252

Please sign in to comment.