We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560b129 commit 010bc6bCopy full SHA for 010bc6b
docsrc/env.yml
@@ -4,7 +4,7 @@ channels:
4
- nodefaults
5
dependencies:
6
- python=3.9
7
- - ipykernel
+ - ipykernel<7
8
- numpy
9
- pandas
10
- xarray
pyproject.toml
@@ -56,7 +56,7 @@ docs = [
56
"pydata-sphinx-theme<0.9",
57
"nbsphinx",
58
"ipython",
59
- "ipykernel",
+ "ipykernel<7",
60
"ipywidgets",
61
"sphinx-copybutton",
62
"xarray",
0 commit comments