We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01f3fa commit c1de45bCopy full SHA for c1de45b
pyproject.toml
@@ -1,3 +1,28 @@
1
+[project]
2
+name = "PlanetaryComputerExamples"
3
+version = "0.1.0"
4
+dependencies = [
5
+]
6
+
7
+[project.optional-dependencies]
8
+notebooks = [
9
+ "ipyleaflet>=0.18",
10
+ "ipywidgets>=8.0",
11
+ "jupyterlab-widgets>=3.0",
12
+ "jupyterlab>=4.0",
13
+ "geopandas>=1.0.1",
14
+ "ipykernel>=6.29.5",
15
+ "pystac>=1.13.0",
16
+ "pystac-client>=0.8.6",
17
+ "planetary-computer>=1.0.0",
18
+ "rioxarray>=0.19.0",
19
+ "odc>=0.1.2",
20
+ "dask>=2025.4.1",
21
+ "odc-stac>=0.4.0",
22
+ "azure-identity>=1.22.0",
23
+ "imageio>=2.37.0",
24
25
26
[tool.nbqa.addopts]
27
flake8 = [
28
"--max-line-length=94"
0 commit comments