-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
60 lines (60 loc) · 1017 Bytes
/
environment.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
59
60
name: virtualfleet-recovery
channels:
- conda-forge
dependencies:
- python=3.9
- xarray
- parcels>=3.0.0
- dask
- distributed
# - dask-kubernetes
- bottleneck
- gcsfs
- zarr
- matplotlib
- numcodecs
- python-blosc
- lz4
- nomkl
# - nbserverproxy
- jupyter
- jupyterlab>=0.35
- jupyterlab_launcher
- jupyter_client
- jupyter_server
- nb_conda_kernels
- ipykernel
- ipywidgets
- graphviz
- nodejs
- watermark
- scikit-learn
- shapely
- cartopy>=0.19.0
- seaborn
- xhistogram
- argopy>=0.1.14
- tqdm
- jsonschema
- referencing
- py
- pydap
- pip
- pip:
- jupyter-server-proxy
- netCDF4
- erddapy
- gitpython
# - motuclient
- cmocean
- progressbar
- cgen
- pymbolic
- memory-profiler
- line-profiler
- Flask
- flask-swagger
- geojson
- dominate
- copernicusmarine>=1.0<=2.0
# - git+https://github.com/euroargodev/VirtualFleet.git@master # better with `pip install --editable`