Skip to content

Commit

Permalink
Set hyperspy minimum requirement to 2.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 12, 2023
1 parent b5e1b04 commit 533885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
python_requires='~=3.7',
install_requires=['hyperspy>=1.7', 'ipywidgets>=7.0', 'link_traits'],
install_requires=['hyperspy>=2.0rc0', 'ipywidgets>=7.0', 'link_traits'],


# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 533885e

Please sign in to comment.