Skip to content

Commit

Permalink
Merge branch 'main' into h5_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius authored Aug 8, 2024
2 parents 7c66f4c + 30fa4ab commit 582ca01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html

install_requires=['numpy>=2', 'scipy', 'matplotlib', 'h5py>=3'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example:
# $ pip install -e .[dev,test]
extras_require={
'edstomo': ['glob2', 'genfire', 'hyperspy', 'scikit-image', 'scipy', 'matplotlib', 'ipyvolume']
'edstomo': ['glob2', 'genfire', 'hyperspy', 'scikit-image', 'ipyvolume']
},

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 582ca01

Please sign in to comment.