Skip to content

Commit

Permalink
chore: add nodejs dependency and sections from pyproject.toml (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
maawoo authored Oct 24, 2024
1 parent 568c193 commit e1607ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- jupyterlab>=4.1.0
- jupyter-book
- matplotlib
- nodejs
- numbagg>=0.8.0
- odc-stac<=0.3.9
- rioxarray
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- hvplot
- jupyterlab>=4.1.0
- matplotlib
- nodejs
- numbagg>=0.8.0
- odc-stac<=0.3.9
- rioxarray
Expand Down
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"hvplot",
"jupyterlab>=4.1.0",
"matplotlib",
"nodejs",
"numbagg>=0.8.0",
"odc-stac<=0.3.9",
"rioxarray",
Expand All @@ -25,16 +26,6 @@ dependencies = [
"xarray-spatial",
]

[project.optional-dependencies]
viz = [
"datashader",
"hvplot",
"matplotlib",
]
jupyter_ext = [
"dask-labextension",
]

[project.urls]
Repository = "https://github.com/Jena-Earth-Observation-School/sdc-tools"

Expand Down

0 comments on commit e1607ee

Please sign in to comment.