-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment-prod.yaml
81 lines (77 loc) · 1.51 KB
/
environment-prod.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
# conda environment description file for SalishSeaNowcast package
# production deployment environment
#
# Create a conda environment for production deployment
# of the SalishSeaCast system with:
#
# $ conda env create -f SalishSeaNowcast/envs/environment-prod.yaml
# $ conda activate nowcast-env
# $ python3 -m pip install --editable NEMO_Nowcast/
# $ python3 -m pip install --editable moad_tools/
# $ python3 -m pip install --editable tools/SalishSeaTools/
# $ python3 -m pip install --editable Reshapr/
# $ python3 -m pip install --editable OPPTools/
# $ python3 -m pip install --editable NEMO-Cmd/
# $ python3 -m pip install --editable SalishSeaCmd/
# $ python3 -m pip install --editable FVCOM-Cmd/
# $ python3 -m pip install --editable SalishSeaNowcast/
name: nowcast-env
channels:
- conda-forge
- nodefaults
dependencies:
- arrow
- attrs
- beautifulsoup4
- bottleneck
- cartopy
- cfgrib=0.9.11.0
- click
- cliff
- cmocean
- coloredlogs
- dask
- docutils
- f90nml
- feedgen
- flox
- gitpython
- gsw
- h5netcdf
- httpx
- lxml
- mako
- matplotlib
- nc-time-axis
- netcdf4
- numpy
- numpy-indexed
- pandas
- paramiko
- pillow
- pip
- poppler
- pygrib
- pypdf
- pyproj
- python=3.12
- pyyaml
- pyzmq
- requests
- retrying
- rich
- schedule
- scipy
- scour
- sentry-sdk
- structlog
- supervisor
- tenacity
- utm
- verboselogs
- watchdog
- xarray
- pip:
- angles
- python-hglib
- sysrsync