8000 DOC: removed vendored IPython.sphinxext - take 2 by jorisvandenbossche · Pull Request #19657 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: removed vendored IPython.sphinxext - take 2 #19657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minimum ipython version
  • Loading branch information
jorisvandenbossche committed Apr 23, 2018
commit 8ec7f4bf4dcbd543b27097971adeee9f2c0e807d
2 changes: 1 addition & 1 deletion ci/requirements-optional-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bottleneck
fastparquet
feather-format
html5lib
ipython
ipython>=5.6.0
ipykernel
jinja2
lxml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-optional-pip.txt
7555
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bottleneck
fastparquet
feather-format
html5lib
ipython
ipython>=5.6.0
ipykernel
jinja2
lxml
Expand Down
0