Skip to content

Commit

Permalink
Fluiddyn 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 18, 2024
1 parent 592aaf2 commit 5153272
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 33 deletions.
6 changes: 1 addition & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,7 @@ def add_tag_for_release(session):
session.run("hg", "update", "default", external=True)

version = _get_version_from_pyproject()
version_core = _get_version_from_pyproject("lib")

print(f"{version = }, {version_core = }")
if version != version_core:
session.error("version != version_core")
print(f"{version = }")

result = session.run("hg", "tags", "-T", "{tag},", external=True, silent=True)
last_tag = result.split(",", 2)[1]
Expand Down
18 changes: 9 additions & 9 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test = "export OMP_NUM_THREADS=1 && pytest src -v"
python = ">=3.9,<3.11"
numpy = ">=1.26.3"
transonic = ">=0.6.1,<0.7"
fluiddyn = ">=0.5.2"
fluiddyn = ">=0.5.4,<0.6"
h5netcdf = ">=1.3.0"
h5py = ">=3.10.0"
matplotlib = ">=3.3"
Expand Down

0 comments on commit 5153272

Please sign in to comment.