We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8dd14 commit 9800572Copy full SHA for 9800572
jenkins.environment.yml
@@ -2,7 +2,7 @@ name: dms_datastore
2
channels:
3
- cadwr-dms
4
- conda-forge
5
-# - nodefaults # removing so that tabula-py can be installed from main as conda-forge version is too old
+# - nodefaults # removing so that tabula-py can be installed from main as conda-forge version is too old
6
dependencies:
7
- python=3.12
8
- pip
@@ -15,8 +15,8 @@ dependencies:
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
+ - defaults::tabula-py>=2.9.0 # for pdf parsing - explicitly from defaults/main channel
+ - defaults::jpype1
20
- numpy
21
- pandas>=2
22
- cfgrib
0 commit comments