From 8c031e9c22baa85e579ea47be62895827d17f204 Mon Sep 17 00:00:00 2001 From: Sherjeel Shabih Date: Thu, 13 Jul 2023 12:20:41 +0200 Subject: [PATCH] Removes unused dependencies --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2e665da5..ac38b985f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,7 @@ dependencies = [ "ase>=3.19.0", "flatdict>=4.0.1", "hyperspy>=1.7.4", - "jupyterlab>=3.5.2,<3.6.0", - "jupyterlab_h5web>=7.0.0", - "ifes_apt_tc_data_modeling>=0.0.8", + "ifes_apt_tc_data_modeling>=0.0.9", "gitpython>=3.1.24", "pytz>=2021.1", "kikuchipy>=0.8.2", @@ -45,8 +43,6 @@ dependencies = [ "requests_cache", ] -# "h5web @ git+https://github.com/silx-kit/h5web@3e21159", - [project.urls] "Homepage" = "https://github.com/FAIRmat-NFDI/pynxtools" "Bug Tracker" = "https://github.com/FAIRmat-NFDI/pynxtools/issues"