diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7cd05a6d..c2c8dc8d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -47,6 +47,9 @@ Changed - Remove dependency on panel for documentation, and with that interactive 3D visualization of master patterns in the documentation (the hope is to reintroduce it with trame at some point). (`#652 `_) +- Restrict HyperSpy to below the forthcoming version 2. The plan is to remove this + restriction once kikuchipy is compatible with this version. + (`#657 `_) Deprecated ---------- diff --git a/setup.py b/setup.py index 8068f335..fb483744 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ "dask[array] >= 2021.8.1", "diffpy.structure >= 3", "diffsims >= 0.5.1", - "hyperspy >= 1.7.3", + "hyperspy >= 1.7.3, < 2", "h5py >= 2.10", "imageio", "matplotlib >= 3.5",