Skip to content

Commit

Permalink
update uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
itcarroll committed Sep 18, 2024
1 parent 703a697 commit 8bb27bc
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.7"
rev: "0.4.12"
hooks:
- id: uv-lock

Expand Down
64 changes: 32 additions & 32 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,38 +79,38 @@ test = [
"vcrpy >=6.0.1",
]
docs = [
"cftime >=1.6.4",
"dask >=2024.9.0",
"jupyterlab >=3",
"ipywidgets >=7.7.0",
"widgetsnbextension >=3.6.0",
# Prevent install of 1.6.0 because the module mkdocs.tests
# is no longer exported, which causes mkdocs-jupyter to
# break with a ModuleNotFoundError.
# for notebook integrations and documentation examples
"mkdocs >=1.2,!=1.6.0",
"mkdocs-material >=7.1,<10.0",
"mkdocs-redirects >=1.2.1",
"markdown-callouts >=0.2.0",
"markdown-include >=0.6",
"mkdocs-jupyter >=0.19.0",
"mkdocstrings[python] >=0.19.0",
"pymdown-extensions >=9.2",
"pygments >=2.11.1",
"xarray >=2023.01",
"matplotlib >=3.3",
"h5netcdf >=0.11",
"pyproj >=3.5.0; python_version < '3.12'",
"pyproj >=3.6.1; python_version >= '3.12'",
# The following error occurs when building the docs, so we must explicitly
# include lxml-html-clean as a dev dependency until mkdocs-jupyter is updated:
#
# ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
# Install lxml[html_clean] or lxml_html_clean directly.
#
# See https://github.com/danielfrg/mkdocs-jupyter/issues/200
# See https://github.com/danielfrg/mkdocs-jupyter/issues/197
"lxml-html-clean >=0.1.1",
"jupyterlab >=3",
"ipywidgets >=7.7.0",
"widgetsnbextension >=3.6.0",
# Prevent install of 1.6.0 because the module mkdocs.tests
# is no longer exported, which causes mkdocs-jupyter to
# break with a ModuleNotFoundError.
# for notebook integrations and documentation examples
"mkdocs >=1.2,!=1.6.0",
"mkdocs-material >=7.1,<10.0",
"mkdocs-redirects >=1.2.1",
"markdown-callouts >=0.2.0",
"markdown-include >=0.6",
"mkdocs-jupyter >=0.19.0",
"mkdocstrings[python] >=0.19.0",
"pymdown-extensions >=9.2",
"pygments >=2.11.1",
"xarray >=2023.01",
"matplotlib >=3.3",
"h5netcdf >=0.11",
"pyproj >=3.5.0; python_version < '3.12'",
"pyproj >=3.6.1; python_version >= '3.12'",
# The following error occurs when building the docs, so we must explicitly
# include lxml-html-clean as a dev dependency until mkdocs-jupyter is updated:
#
# ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
# Install lxml[html_clean] or lxml_html_clean directly.
#
# See https://github.com/danielfrg/mkdocs-jupyter/issues/200
# See https://github.com/danielfrg/mkdocs-jupyter/issues/197
"lxml-html-clean >=0.1.1",
"dask>=2024.8.0",
"cftime>=1.6.4",
]


Expand Down
Loading

0 comments on commit 8bb27bc

Please sign in to comment.