-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
43 lines (40 loc) · 951 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "padocc"
version = "1.3.1"
description = "Pipeline to Aggregate Data for Optimised Cloud Capabilities"
authors = ["Daniel Westwood <[email protected]>"]
license = "BSD 3"
readme = "README.md"
include = [
{ path = "padocc/tests/*" }
]
[tool.poetry.dependencies]
python = "^3.11"
binpacking = "^1.5.2"
fsspec = "2024.9.0"
xarray = "2024.6.0"
rechunker = "0.5.2"
kerchunk = "0.2.6"
h5py = "3.11.0"
scipy = "1.12.0"
tifffile = "^2024.9.20"
cfgrib = "0.9.14.1"
dask = "2024.7.0"
distributed = "2024.7.0"
matplotlib = "3.9.2"
s3fs = "2024.9.0"
requests = "2.32.3"
aiohttp = "3.10.10"
sphinx = "7.1.2"
sphinx-rtd-theme = "2.0.0"
cfapyx = "2024.11.27"
myst-nb = "^1.1.2"
types-pyyaml = "^6.0.12.20240917"
zarr = "^2.18.4"
poetry = "^1.8.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
shepard_deploy = "padocc.operations.shepard:main"
padocc = "padocc.cli:main"