File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ write_to = "pydsm/_version.py"
6363viz = [
6464 " geopandas" ,
6565 " shapely" ,
66+ " hvplot" ,
67+ " panel" ,
68+ " param" ,
6669]
6770# Install test extras with: pip install "pydsm[test]"
6871test = [
You can’t perform that action at this time.
0 commit comments