Skip to content

Commit

Permalink
keep jsonschema below 4.17 until altair contains vega/altair#2705
Browse files Browse the repository at this point in the history
  • Loading branch information
uros-r committed Jan 13, 2023
1 parent 038241c commit cc7cc49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit cc7cc49

Please sign in to comment.