diff --git a/binder/environment.yml b/binder/environment.yml index a9c2e14..dc805b2 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,6 +6,6 @@ dependencies: - temmeta=0.0.6 # TEM image post processing - pystem =0.0.25 # image segmentation - match-series # ridge deformation -- hyperspy=1.6.1 # spectroscopy +- hyperspy=1.6.2 # spectroscopy - scanf # file path utility - papermill # execute notebooks diff --git a/setup.py b/setup.py index 37ba914..a1f4732 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'matplotlib==3.4.1', 'temmeta==0.0.6', 'pystem==0.0.25', - 'hyperspy==1.6.1', + 'hyperspy==1.6.2', 'scanf==1.5.2', ], cmdclass=versioneer.get_cmdclass(),