-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
89 lines (74 loc) · 1.27 KB
/
environment.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
channels:
- conda-forge
dependencies:
# Datacube
- datacube>=1.8.5
# odc.dscache
- python-lmdb
- zstandard
# odc.algo
- dask-image
- numexpr
- scikit-image
- scipy
- toolz
# odc.ui
- ipywidgets
- ipyleaflet
- tqdm
# odc-apps-dc-tools
- pystac>=1
- pystac-client>=0.2.0
- azure-storage-blob
- fsspec
- lxml # needed for thredds-crawler
# odc.{aio,aws}: aiobotocore/boto3
# pin aiobotocore for easier resolution of dependencies
- aiobotocore==1.3.3
- boto3
# eodatasets3 (used by odc-stats)
- boltons
- ciso8601
- python-rapidjson
- requests-cache
- ruamel.yaml
- structlog
- url-normalize
# for dev
- pylint
- autopep8
- flake8
- isort
- black
- mypy
# For tests
- pytest
- pytest-httpserver
- pytest-cov
- pytest-timeout
- moto
- mock
- deepdiff
# for pytest-depends
- future_fstrings
- networkx
- colorama
- pip=20
- pip:
# odc.apps.dc-tools
- thredds-crawler
# odc.stats
- eodatasets3
# tests
- pytest-depends
# odc.ui
- jupyter-ui-poll
# odc-tools libs
- odc-stac
- odc-algo
- odc-ui
- odc-dscache
- odc-stats
# odc-tools CLI apps
- odc-apps-cloud
- odc-apps-dc-tools