Skip to content
Snippets Groups Projects
Unverified Commit cfd0d3f0 authored by lfffkh's avatar lfffkh Committed by GitHub
Browse files

BLD: Missing 'pickleshare' package when running 'sphinx-build' command (#60468)

parent 89112387
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ dependencies: ...@@ -35,6 +35,7 @@ dependencies:
- hypothesis>=6.84.0 - hypothesis>=6.84.0
- gcsfs>=2022.11.0 - gcsfs>=2022.11.0
- ipython - ipython
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
- jinja2>=3.1.2 - jinja2>=3.1.2
- lxml>=4.9.2 - lxml>=4.9.2
- matplotlib>=3.6.3 - matplotlib>=3.6.3
......
...@@ -24,6 +24,7 @@ html5lib>=1.1 ...@@ -24,6 +24,7 @@ html5lib>=1.1
hypothesis>=6.84.0 hypothesis>=6.84.0
gcsfs>=2022.11.0 gcsfs>=2022.11.0
ipython ipython
pickleshare
jinja2>=3.1.2 jinja2>=3.1.2
lxml>=4.9.2 lxml>=4.9.2
matplotlib>=3.6.3 matplotlib>=3.6.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment