Skip to content

Commit cd24423

Browse files
committed
adding jenkins environment file here
1 parent 3a3bfde commit cd24423

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ dependencies:
1717
- paramiko # for sftp cimis requests
1818
- tabula-py>=2.9.0 # for pdf parsing
1919
- jpype1
20-
- pandas>=2
2120
- numpy
21+
- pandas>=2
2222
- cfgrib
2323
- xarray
2424
- vtools3
2525
- pyyaml
2626
- gdal
27+
- pytz # a new hrrr dependency ?
2728
- pyshp # a new schimpy dependency ?
2829
- schimpy # remove this!
2930
- eccodes

jenkins.environment.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: dms_datastore
2+
channels:
3+
- cadwr-dms
4+
- conda-forge
5+
- nodefaults
6+
dependencies:
7+
- python=3.12
8+
- pip
9+
- beautifulsoup4
10+
- dask
11+
- numba
12+
- scipy
13+
- tqdm
14+
- openpyxl
15+
- boto3 # for hrrr
16+
- lxml # for pandas html parsing
17+
- paramiko # for sftp cimis requests
18+
- tabula-py>=2.9.0 # for pdf parsing
19+
- jpype1
20+
- numpy
21+
- pandas>=2
22+
- cfgrib
23+
- xarray
24+
- vtools3
25+
- pyyaml
26+
- gdal
27+
- pytz # a new hrrr dependency ?
28+
- pyshp # a new schimpy dependency ?
29+
- schimpy # remove this!
30+
- eccodes
31+
- bokeh
32+
- hvplot
33+
- panel
34+
- seaborn
35+
- matplotlib
36+
- scikit-learn
37+
- contourpy
38+
- joblib
39+
- fonttools
40+
- pyparsing
41+
- kiwisolver
42+
- diskcache
43+
- dms-datastore

0 commit comments

Comments
 (0)