Skip to content

Commit

Permalink
Update minimal dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 20, 2024
1 parent 8f65385 commit 08ec69b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ authors = [
{name = "Pierre Augier", email = "[email protected]"},
]
dependencies = [
"numpy >= 1.8",
"matplotlib >= 3.5",
"scipy >= 0.14.1",
"numpy >= 1.23",
"matplotlib >= 3.6",
"scipy >= 1.10",
"h5py",
"h5netcdf",
"transonic>=0.6.2",
"fluiddyn >=0.6.2",
"pyfftw >= 0.10.4",
"pyfftw >= 0.14",
"imageio",
"scikit-image >= 0.12.3",
"trio >=0.13",
"scikit-image >= 0.20",
"trio >=0.26",
"dask[array]",
"ipython",
"rich>=13.7.1",
Expand Down

0 comments on commit 08ec69b

Please sign in to comment.