Skip to content

Commit

Permalink
docs(deps): remove python bounds on docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 19, 2024
1 parent 7951ced commit 9430f85
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 126 deletions.
7 changes: 5 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 18 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,24 @@ requests = ">=2,<3"
tomli = ">=2.0.1,<3"

[tool.poetry.group.docs.dependencies]
altair = { version = ">=5.0.1,<6", python = ">=3.10,<3.13" }
# pin griffe until https://github.com/ibis-project/ibis/pull/9865 is addressed
griffe = { version = "<1", python = ">=3.10,<3.13" }
ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" }
itables = { version = ">=1.6.3,<2.2", python = ">=3.10,<3.13" }
nbclient = { version = ">=0.8.0,<1", python = ">=3.10,<3.13" }
plotly = { version = ">=5.16.1,<6", python = ">=3.10,<3.13" }
plotnine = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
py-cpuinfo = { version = ">=9,<10", python = ">=3.10,<3.13" }
quartodoc = { version = ">=0.6.1,<1", python = ">=3.10,<3.13" }
requests = { version = ">=2,<3", python = ">=3.10,<3.13" }
rich = { version = ">13.8.0,<14", python = ">=3.10,<3.13" }
scikit-learn = { version = ">=1.3,<2", python = ">=3.10,<3.13" }
seaborn = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
lonboard = { version = "0.9.3", python = ">=3.10,<3.13" }
jupyter-cache = { version = ">=1.0.0,<2", python = ">=3.10,<3.13" }
jupyterlab = { version = ">=4.2.5,<5", python = ">=3.10,<3.13" }
jupyterlab-night = { version = ">=0.4.6,<1", python = ">=3.10,<3.13" }
jupyterlite-core = { version = ">=0.4,<0.5", python = ">=3.10,<3.13" }
jupyterlite-pyodide-kernel = { version = ">=0.4,<0.5", python = ">=3.10,<3.13" }
altair = ">=5.0.1,<6"
ipykernel = ">=6.25.1,<7"
itables = ">=1.6.3,<2.2"
nbclient = ">=0.8.0,<1"
plotly = ">=5.16.1,<6"
plotnine = ">=0.12.2,<1"
py-cpuinfo = ">=9,<10"
quartodoc = ">=0.6.1,<1"
requests = ">=2,<3"
rich = ">13.8.0,<14"
scikit-learn = ">=1.3,<2"
seaborn = ">=0.12.2,<1"
lonboard = "0.9.3"
jupyter-cache = ">=1.0.0,<2"
jupyterlab = ">=4.2.5,<5"
jupyterlab-night = ">=0.4.6,<1"
jupyterlite-core = ">=0.4,<0.5"
jupyterlite-pyodide-kernel = ">=0.4,<0.5"

[tool.poetry.extras]
bigquery = [
Expand Down
Loading

0 comments on commit 9430f85

Please sign in to comment.