Skip to content

Commit 6c322c2

Browse files
committed
feat: add hvplot, panel, and param to environment files for enhanced visualization support
1 parent 024b357 commit 6c322c2

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

environment-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ dependencies:
2929
# --- viz extras (pyproject.toml [project.optional-dependencies.viz]) ---
3030
- geopandas
3131
- shapely
32+
- hvplot
33+
- panel
34+
- param
3235
# --- test extras (pyproject.toml [project.optional-dependencies.test]) ---
3336
- pytest>=7
3437
- pytest-cov

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ dependencies:
2323
# --- viz extras (pyproject.toml [project.optional-dependencies.viz]) ---
2424
- geopandas
2525
- shapely
26+
- hvplot
27+
- panel
28+
- param
2629
# --- conda-only / custom-channel packages ---
2730
- pyhecdss
2831
- vtools3

environment_dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ dependencies:
2727
# --- viz extras (pyproject.toml [project.optional-dependencies.viz]) ---
2828
- geopandas
2929
- shapely
30+
- hvplot
31+
- panel
32+
- param
3033
# --- test extras (pyproject.toml [project.optional-dependencies.test]) ---
3134
- pytest>=7
3235
- pytest-cov

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ write_to = "pydsm/_version.py"
6363
viz = [
6464
"geopandas",
6565
"shapely",
66+
"hvplot",
67+
"panel",
68+
"param",
6669
]
6770
# Install test extras with: pip install "pydsm[test]"
6871
test = [

0 commit comments

Comments
 (0)