forked from OceanStreamIO/oceanstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-dev.yml
58 lines (58 loc) · 862 Bytes
/
environment-dev.yml
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
name: oceanstream
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- jinja2
- netcdf4
- numpy
- pytz
- scipy
- pandas
- s3fs
- requests
- aiohttp
- geopy
- flake8
- isort
- dask
- dask-image
- pynmea2
- xarray
- zarr
- fsspec
- psutil>=5.9.1
- more-itertools==8.13.0
- pydantic>2
- echopype
- haversine
- matplotlib
- black
- bottleneck
- check-manifest
- codespell
- docker-compose
- flake8-builtins
- flake8-comprehensions
- flake8-mutable
- flake8-print
- mypy
- numpydoc
- pre-commit
- pylint
- pytest
- pytest-cov
- pytest-flake8
- pytest-xdist
- setuptools_scm
- sphinx
- sphinx-automodapi
- sphinx_rtd_theme
- sphinxcontrib-mermaid
- twine
- wheel
- pip
- git
- pip:
- git+https://github.com/OceanStreamIO/echopype.git@next-dev