Skip to content

Commit

Permalink
maint: make anywidget[dev] a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Feb 8, 2025
1 parent 9813f1c commit 4ae57b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"anywidget[dev]>=0.9.13",
"anywidget>=0.9.13",
"pandas>=2.0.0",
"polars>=1.4.1",
"requests",
Expand All @@ -35,6 +35,7 @@ changelog = "https://github.com/juba/pyobsplot/blob/main/NEWS.md"

[tool.uv]
dev-dependencies = [
"anywidget[dev]>=0.9.13",
"pytest>=8.2.1",
"geopandas>=0.14.4",
"jupyterlab>=4.2.1",
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

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

0 comments on commit 4ae57b8

Please sign in to comment.