Skip to content

Commit

Permalink
Relax ipython pinning range (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
921kiyo committed Aug 11, 2021
1 parent 885fc3e commit 170dbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _collect_requirements(requires):
"ipykernel>=5.3, <7.0",
],
"geopandas": _collect_requirements(geopandas_require),
"ipython": ["ipython==7.10"],
"ipython": ["ipython~=7.10"],
"matplotlib": _collect_requirements(matplotlib_require),
"holoviews": _collect_requirements(holoviews_require),
"networkx": _collect_requirements(networkx_require),
Expand Down

0 comments on commit 170dbc6

Please sign in to comment.