Skip to content

Commit

Permalink
synchronize dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor James Smith <[email protected]>
  • Loading branch information
Zeitsperre committed Jan 20, 2025
1 parent 0547d11 commit 746fe82
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
25 changes: 17 additions & 8 deletions environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,44 @@ dependencies:
- python >=3.12,<3.13
- raven-hydro >=0.3.1,<1.0
# - autodoc-pydantic # disabled
- birdy
- cairosvg >=2.6.0
- cartopy >=0.23.0
- click >=8.0.0
# - clisops # mocked
- clisops >=0.13.0
- gcsfs
- gdal >=3.1
# Needed for notebooks/HydroShare_integration.ipynb
# See: https://github.com/CSHS-CWRA/RavenPy/pull/326
# - "hsclient",
- intake <2.0.0
- intake-esm >=2023.07.07
- intake-xarray
- ipykernel
- ipyleaflet
- ipython >=8.5.0
- jupyter-cache
- jupyter_client
- jupytext
- matplotlib-base >=3.6.0
- myst-nb
- jupytext
- nbsphinx
# - netCDF4 # mocked
- netCDF4 <=1.6.5
- numpy >=1.23.0,<2.0.0
- notebook
- pandoc
- pydantic >=2.0
- pygments <2.19 # FIXME: Newest pygments breaks sphinx-codeautolink. See: https://github.com/felix-hilden/sphinx-codeautolink/issues/153
- pymetalink >=6.5.2
- s3fs
- salib
- seaborn
- sphinx >=7.1.0
- sphinx-autoapi
- sphinx-click
- sphinx-codeautolink >=0.15.2,!=0.16.0 # FIXME: temporary fix for sphinx-codeautolink
- sphinx-codeautolink >=0.16.2
- sphinx-copybutton
- sphinx-rtd-theme >=1.0
- sphinxcontrib-svg2pdfconverter
- sphinxcontrib-svg2pdfconverter >=1.2.3
- typing_extensions
- wheel
# - xarray # mocked
- xarray >=2023.11.0
# - xesmf # mocked
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ docs = [
# See: https://github.com/CSHS-CWRA/RavenPy/pull/326
# "hsclient",
"intake <2.0.0",
"intake-esm",
"intake-esm >=2023.07.07",
"intake-xarray",
"ipykernel",
"ipyleaflet",
Expand All @@ -111,19 +111,20 @@ docs = [
"jupyter-cache",
"jupyter_client",
"jupytext",
"matplotlib >=3.6.0",
"myst_nb",
"nbsphinx",
"numpydoc >=1.8.0",
"pygments <2.19", # FIXME: Newest pygments breaks sphinx-codeautolink. See: https://github.com/felix-hilden/sphinx-codeautolink/issues/153
"pymetalink >=6.5.2",
"salib",
"s3fs",
"sphinx >=7.0.0",
"salib",
"sphinx >=7.1.0",
"sphinx-autoapi",
"sphinx-click",
"sphinx-codeautolink >=0.15.2,!=0.16.0", # FIXME: temporary fix for sphinx-codeautolink
"sphinx-codeautolink >=0.16.2",
"sphinx-copybutton",
"sphinx-rtd-theme >=1.0",
"sphinxcontrib-svg2pdfconverter >=1.2.3",
"typing-extensions",
"xesmf"
]
gis = [
Expand Down

0 comments on commit 746fe82

Please sign in to comment.