From 5614965d77c6c756c5ecb7edb13bc25bc7c96b50 Mon Sep 17 00:00:00 2001
From: YECHE Quentin <quentin.yeche@inrae.fr>
Date: Wed, 27 Sep 2023 14:32:48 +0200
Subject: [PATCH] removed jsonschema version fix incompatibility was fixed

---
 environment_jupyterlab.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/environment_jupyterlab.yml b/environment_jupyterlab.yml
index 2aef717..9635134 100644
--- a/environment_jupyterlab.yml
+++ b/environment_jupyterlab.yml
@@ -15,11 +15,6 @@ dependencies:
   - pip:
       - planetary-computer
       - pystac-client
-      # with planetary-computer and pystac-client
-      # jsonschema==4.17.3 gets installed and breaks jupyter
-      # might be fixed in later version of jupyter, planetary-computer
-      # or pystac-client
-      - jsonschema==4.19.0
       - rich
       - stackstac
       - bottleneck
-- 
GitLab