File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 - fire
3030 - fsspec
3131 - gdal >=3.9.0
32- - ipython <9.0 # github.com/ESMValGroup/ESMValCore/issues/2680 ; remove ipython when solved
32+ - ipython
3333 - iris >=3.11
3434 - iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
3535 - jinja2
@@ -79,7 +79,7 @@ dependencies:
7979 - pytest-xdist
8080 # Python packages needed for building docs
8181 - autodocsumm >=0.2.2
82- - nbsphinx
82+ - myst-nb
8383 - sphinx >=6.1.3
8484 - pydata-sphinx-theme
8585 # Python packages needed for development
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 - fire
3030 - fsspec
3131 - gdal >=3.9.0
32- - ipython <9.0 # github.com/ESMValGroup/ESMValCore/issues/2680 ; remove ipython when solved
32+ - ipython
3333 - iris >=3.11
3434 - iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
3535 - jinja2
@@ -79,7 +79,7 @@ dependencies:
7979 - pytest-xdist
8080 # Python packages needed for building docs
8181 - autodocsumm >=0.2.2
82- - nbsphinx
82+ - myst-nb
8383 - sphinx >=6.1.3
8484 - pydata-sphinx-theme
8585 # Python packages needed for development
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies = [
5252 " fire" ,
5353 " fsspec" ,
5454 " GDAL" ,
55- " ipython<9.0 " , # github.com/ESMValGroup/ESMValCore/issues/2680
55+ " ipython" ,
5656 " jinja2" ,
5757 " joblib" ,
5858 " lime" ,
@@ -106,7 +106,7 @@ test = [
106106]
107107doc = [
108108 " autodocsumm>=0.2.2" ,
109- " nbsphinx " ,
109+ " myst-nb " ,
110110 " sphinx>=6.1.3" ,
111111 " pydata_sphinx_theme" ,
112112]
You can’t perform that action at this time.
0 commit comments