-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
39 lines (39 loc) · 873 Bytes
/
environment.yml
File metadata and controls
39 lines (39 loc) · 873 Bytes
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
name: dms_datastore_ui
channels:
- cadwr-dms
- conda-forge
- nodefaults
dependencies:
- python<3.14 # pinning at the same level as dms_datastore
- pip
- ipykernel
- beautifulsoup4
- vtools3
- numba
- pandas<3 # temporary pinning due to compatibility issues with other dependencies vtools3 etc.
- scipy
- xarray
- schimpy # remove this!
- seaborn
- matplotlib
- scikit-learn
- contourpy
- holoviews # =1.20.0 # temporary pinning
- hvplot # =0.8.1
- geoviews
- holoviews
- jupyter_bokeh
- panel
- sqlite # =3.47.2 # temporary pinning
- diskcache
- joblib
- fonttools
- pyparsing
- kiwisolver
- dms-datastore
- pip:
- git+https://github.com/CADWRDeltaModeling/dvue.git#egg=dvue
# alternatively if you want to develop ...
# git clone this repo
# conda env create -f environment.yml
# pip install --no-deps -e .