From cc7cc49294b7e03f00900eb58668fa91d281b246 Mon Sep 17 00:00:00 2001 From: Uros Rapajic Date: Fri, 13 Jan 2023 18:17:14 +0000 Subject: [PATCH] keep jsonschema below 4.17 until altair contains https://github.com/altair-viz/altair/issues/2705 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a5d7cf8..72a938b 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ license_files=["LICENSE"], install_requires=[ "altair>=4.1.0", + "jsonschema<4.17", # TEMPORARY - until fix for this is merged into altair: https://github.com/altair-viz/altair/issues/2705, either via 5.0 or via intermediate release - https://github.com/altair-viz/altair/pull/2827 "networkx>=2.6.3", "pandas<1.5.0", # 1.5.0 causes ValueError: columns cannot be a set when plotting altair facets "scikit-network>=0.27.1",