From 4180db27957717c655ef00e3f30f11fb1eca6984 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 2 Dec 2023 17:54:13 +0100 Subject: [PATCH] Update `hyperspy_gui_*` dependencies --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba616acc8..e76ee7b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,12 +54,8 @@ exspy = "exspy" file = "LICENSE" [project.optional-dependencies] -"gui-jupyter" = [ - "hyperspy_gui_ipywidgets @ https://github.com/hyperspy/hyperspy_gui_ipywidgets/archive/hyperspy2.0.zip", -] -"gui-traitsui" = [ - "hyperspy_gui_traitsui @ https://github.com/hyperspy/hyperspy_gui_traitsui/archive/hyperspy2.0.zip", -] +"gui-jupyter" = ["hyperspy_gui_ipywidgets>=2.0"] +"gui-traitsui" = ["hyperspy_gui_traitsui>=2.0"] "doc" = [ "numpydoc", "pydata-sphinx-theme>=0.13",