We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8911238 commit cfd0d3fCopy full SHA for cfd0d3f
environment.yml
@@ -35,6 +35,7 @@ dependencies:
35
- hypothesis>=6.84.0
36
- gcsfs>=2022.11.0
37
- ipython
38
+ - pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
39
- jinja2>=3.1.2
40
- lxml>=4.9.2
41
- matplotlib>=3.6.3
requirements-dev.txt
@@ -24,6 +24,7 @@ html5lib>=1.1
24
hypothesis>=6.84.0
25
gcsfs>=2022.11.0
26
ipython
27
+pickleshare
28
jinja2>=3.1.2
29
lxml>=4.9.2
30
matplotlib>=3.6.3
0 commit comments