Skip to content

Commit 9800572

Browse files
committed
forcing tabula-py install from defaults
1 parent 0a8dd14 commit 9800572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins.environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dms_datastore
22
channels:
33
- cadwr-dms
44
- conda-forge
5-
# - nodefaults # removing so that tabula-py can be installed from main as conda-forge version is too old
5+
# - nodefaults # removing so that tabula-py can be installed from main as conda-forge version is too old
66
dependencies:
77
- python=3.12
88
- pip
@@ -15,8 +15,8 @@ dependencies:
1515
- boto3 # for hrrr
1616
- lxml # for pandas html parsing
1717
- paramiko # for sftp cimis requests
18-
- tabula-py>=2.9.0 # for pdf parsing
19-
- jpype1
18+
- defaults::tabula-py>=2.9.0 # for pdf parsing - explicitly from defaults/main channel
19+
- defaults::jpype1
2020
- numpy
2121
- pandas>=2
2222
- cfgrib

0 commit comments

Comments
 (0)