-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
64 lines (63 loc) · 1.07 KB
/
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
61
62
63
name: pydelmod
channels:
- conda-forge
- cadwr-dms
- nodefaults
dependencies:
- python<3.12
- numpy
- pip
# pip install these
- ipykernel
# first our packages
- pyhecdss
- vtools3
- schimpy
- dms-datastore
- pydsm
- pydelmod
# then basics
- click
- aiohttp
- numba
- dask
- pandas
- xarray
- h5py
- scipy
# geo stuff
- pyogrio
- geopandas
# then plot stuff
- plotly-orca
- plotly
- matplotlib
- jupyter_bokeh
- holoviews
- geoviews
- hvplot
- networkx
# for ui
- panel
# for different file formats
- fastparquet
- python-snappy
- pyarrow
- pytables
- openpyxl
- jinja2
- diskcache
# browsers
- selenium
- firefox
- geckodriver
# finally misc
- lxml
- black
- tabulate
#- pip:
# - -U kaleido # image export for plotly
# pip install pydelmod and pydsm from github. use the -e flag to install in editable mode as indicated below
# - pip:
# - -e git+https://github.com/CADWRDeltaModeling/pydelmod#egg=pydelmod
# - -e git+https://github.com/CADWRDeltaModeling/pydsm#egg=pydsm