Skip to content

Commit

Permalink
Backport PR yt-project#3505: MNT: bump minimal required IPython versi…
Browse files Browse the repository at this point in the history
…on from 1.0.0 to 2.0.0
  • Loading branch information
matthewturk authored and meeseeksmachine committed Oct 15, 2021
1 parent 6a90b96 commit 82e39e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project_urls =
[options]
packages = find:
install_requires =
iPython>=1.0
ipython>=2.0.0
matplotlib!=3.4.2,>=2.0.2,<3.6
more-itertools>=8.4
numpy>=1.13.3
Expand Down Expand Up @@ -92,7 +92,7 @@ full =
mapserver =
bottle
minimal =
ipython==1.0.0
ipython==2.0.0
matplotlib==2.0.2
more-itertools==8.4
numpy==1.13.3
Expand Down

0 comments on commit 82e39e3

Please sign in to comment.