-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (46 loc) · 970 Bytes
/
pyproject.toml
File metadata and controls
48 lines (46 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "xarray-indexes"
version = "0.1.0"
description = "Xarray indexes documentation and examples"
readme = "README.md"
requires-python = ">=3.11"
license = "Apache-2.0"
dependencies = [
"pooch",
"netCDF4",
"matplotlib",
"sphinx",
"sphinx-autobuild>=2021.3.14",
"sphinx-copybutton",
"sphinx-remove-toctrees",
"sphinx-codeautolink",
"sphinx-design",
"myst-parser",
"myst-nb",
"sphinx-book-theme",
"numpydoc",
"sphinxext-opengraph[social_cards]",
"xdggs",
"rasterix",
"rioxarray",
"geopandas",
"geodatasets",
"xvec",
"rolodex @ git+https://github.com/dcherian/rolodex",
"pint-xarray",
"cf_xarray",
"astropy",
"xarray @ git+https://github.com/pydata/xarray",
"scikit-learn",
"xoak",
"jupyterlab",
"jupyterlab-vim",
"ipykernel",
"jupyter-collaboration>=4.2.0",
]
[tool.uv]
package = false
[dependency-groups]
dev = [
"pre-commit",
]