From 231c989f109a1da47ad77f240db7a6b693983377 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Mon, 5 Aug 2024 16:10:20 +0200 Subject: [PATCH] remove jsonschema version pin (#33) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 845df49..1cbac3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ghapi gitpython binaryornot nbconvert -jsonschema<4.18.0 # waiting for https://github.com/jupyter/nbformat/commit/c348f9d12f05b4e0350413c74f58cd9e4f54a550 +jsonschema jupyter-client>=8.0.2 ipython ipykernel