-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment-fig-dev.yaml
90 lines (83 loc) · 1.7 KB
/
environment-fig-dev.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
90
# conda environment description file for SalishSeaCast web site figures
# development environment
#
# Create a conda environment for website figures development and testing with:
#
# $ conda env create -f SalishSeaNowcast/envs/environment-fig-dev.yaml
# $ conda activate nowcast-fig-dev
# $ python3 -m pip install --editable NEMO_Nowcast/
# $ python3 -m pip install --editable moad_tools/
# $ python3 -m pip install --editable Reshapr/
# $ python3 -m pip install --editable tools/SalishSeaTools/
# $ python3 -m pip install --editable NEMO-Cmd/
# $ python3 -m pip install --editable SalishSeaCmd/
# $ python3 -m pip install --editable SalishSeaNowcast/
# $ python3 -m pip install --editable salishsea-site/
name: nowcast-fig-dev
channels:
- conda-forge
- nodefaults
dependencies:
- arrow
- beautifulsoup4
- bottleneck
- cartopy
- cfgrib=0.9.11.0
- cliff
- cmocean
- coloredlogs
- dask
- docutils
- 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
- requests
- scipy
- sentry-sdk
- verboselogs
- watchdog
- xarray
# For code style & repo QA
- pre-commit
# For figures development
- jupyterlab
- notebook
# For documentation
- sphinx==8.1.3
- sphinx-notfound-page==1.0.4
- sphinx-rtd-theme==3.0.0
- pip:
- angles
- attrs
- f90nml
- feedgen
- pyramid
- pyramid_crow
- pyramid_debugtoolbar
- pyramid_mako
- python-hglib
- retrying
- schedule
- scour
- supervisor
- utm
- waitress
- zeep