Skip to content

Commit

Permalink
Updated pip optional requirements (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker authored Mar 31, 2024
1 parent 15b49f2 commit a93a890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ classifiers = [
dependencies = ["matplotlib>=3.1", "numba>=0.59", "numpy>=1.22", "scipy>=1.10", "sympy>=1.9", "tqdm>=4.66"]

[project.optional-dependencies]
hdf = ["h5py>=2.10"]
io = ["h5py>=2.10", "pandas>=2"]
io = ["h5py>=2.10", "pandas>=2", "ffmpeg-python>=0.2"]
interactive = ["napari>=0.4.8", "ipywidgets>=8"]
mpi = ["numba-mpi>=0.22", "mpi4py>=3"]

Expand Down
3 changes: 1 addition & 2 deletions scripts/_templates/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ classifiers = [
dependencies = $INSTALL_REQUIRES

[project.optional-dependencies]
hdf = ["$h5py"]
io = ["$h5py", "$pandas"]
io = ["$h5py", "$pandas", "$ffmpeg_python"]
interactive = ["$napari", "$ipywidgets"]
mpi = ["$numba_mpi", "$mpi4py"]

Expand Down

0 comments on commit a93a890

Please sign in to comment.