-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_environment.yml
More file actions
47 lines (39 loc) · 846 Bytes
/
dev_environment.yml
File metadata and controls
47 lines (39 loc) · 846 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
name: catalog_to_xpublish_dev
channels:
- conda-forge
- nodefaults
# a larger environment for Catalog-To-Xpublish to support development and demos
dependencies:
- python =3.11
# For data processing
- xpublish
- xarray
- dask
# For catalog access
- intake=0.7.0
- intake-xarray=0.7.0
- pystac
# For API access and data formats
- fsspec
- s3fs
- h5netcdf
- h5pyd
- zarr
# xpublish plugins
- xpublish-opendap
# Dev tools: Language Server Protocol (LSP)
- python-lsp-server # LSP extension for Python (pylsp), including:
- pylsp-mypy # MyPy type checking for Python >=3.7.
- jupyterlab-lsp
- pydantic
# Dev tools: For testing and pre-commit hooks
- pytest
- pytest-cov
- httpx
- boto3
- pre-commit
# Package management
- conda
- conda-build
- conda-libmamba-solver
- pip