Skip to content

Commit

Permalink
Fluiddyn 0.6.0 for PDM and Pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Mar 4, 2024
1 parent e560501 commit 03d734d
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 36 deletions.
30 changes: 15 additions & 15 deletions pdm.lock

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

105 changes: 87 additions & 18 deletions pixi.lock

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

4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test = "export OMP_NUM_THREADS=1 && pytest src -v"
[dependencies]
python = ">=3.9,<3.11"
numpy = ">=1.26.3"
transonic = ">=0.6.1,<0.7"
fluiddyn = ">=0.5.4,<0.6"
transonic = ">=0.6.1"
fluiddyn = ">=0.6.0"
h5netcdf = ">=1.3.0"
h5py = ">=3.10.0"
matplotlib = ">=3.3"
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"h5py",
"h5netcdf",
"transonic>=0.6.2",
"fluiddyn >=0.6.0rc0",
"fluiddyn >=0.6.0",
"pyfftw >= 0.10.4",
"imageio",
"scikit-image >= 0.12.3",
Expand Down Expand Up @@ -171,3 +171,7 @@ extend-exclude = "/(__pythran__|__python__|__numba__|build|doc/_build|\\.ipynb_c
profile = "black"
line_length = 82
src_paths = ["src", "doc"]


[tool.pytest.ini_options]
addopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb"

0 comments on commit 03d734d

Please sign in to comment.