Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove uv-related things for now
  • Loading branch information
hrodmn committed May 16, 2025
commit 078c80132813e0ffb67071350d25e56f941a2f43
25 changes: 0 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
[project]
name = "PlanetaryComputerExamples"
version = "0.1.0"
dependencies = [
]

[project.optional-dependencies]
notebooks = [
"ipyleaflet>=0.18",
"ipywidgets>=8.0",
"jupyterlab-widgets>=3.0",
"jupyterlab>=4.0",
"geopandas>=1.0.1",
"ipykernel>=6.29.5",
"pystac>=1.13.0",
"pystac-client>=0.8.6",
"planetary-computer>=1.0.0",
"rioxarray>=0.19.0",
"odc>=0.1.2",
"dask>=2025.4.1",
"odc-stac>=0.4.0",
"azure-identity>=1.22.0",
"imageio>=2.37.0",
]

[tool.nbqa.addopts]
flake8 = [
"--max-line-length=94"
Expand Down
Loading