Skip to content

Commit

Permalink
remove nbsite from conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Sep 27, 2024
1 parent 71b9b44 commit 861aa71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion envs/py3.11-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies:
- ipywidgets
- jinja2
- matplotlib
- nbsite>=0.8.4
- networkx>=2.6.3
- notebook>=5.4
- numba>=0.51.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ ruff = [
geoviews = { skip = true, packages = "geoviews-core >=1.9.0" }
# It should be ibis-framework[duckdb], but it works anyway.
ibis-framework = { skip = true, packages = "ibis-duckdb" }
nbsite = { skip = true }

[tool.pyproject2conda.envs."tests"]
channels = ["nodefaults", "pyviz/label/dev", "conda-forge"]
Expand Down

0 comments on commit 861aa71

Please sign in to comment.