Skip to content

Commit 3a3bfde

Browse files
committed
updating tabula-py and dependencies
1 parent a1c79e0 commit 3a3bfde

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

dms_datastore/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
commit_id: COMMIT_ID
2929
__commit_id__: COMMIT_ID
3030

31-
__version__ = version = '0.4.18.dev1+g51ab861dc.d20260113'
32-
__version_tuple__ = version_tuple = (0, 4, 18, 'dev1', 'g51ab861dc.d20260113')
31+
__version__ = version = '0.5.4.dev4+ga1c79e06f.d20260211'
32+
__version_tuple__ = version_tuple = (0, 5, 4, 'dev4', 'ga1c79e06f.d20260211')
3333

34-
__commit_id__ = commit_id = 'g51ab861dc'
34+
__commit_id__ = commit_id = 'ga1c79e06f'

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dependencies:
1515
- boto3 # for hrrr
1616
- lxml # for pandas html parsing
1717
- paramiko # for sftp cimis requests
18-
- tabula-py # for pdf parsing
18+
- tabula-py>=2.9.0 # for pdf parsing
19+
- jpype1
1920
- pandas>=2
2021
- numpy
2122
- cfgrib

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies = [
4747
"diskcache",
4848
"pytest",
4949
"pytest-runner",
50-
"tabula-py"
50+
"tabula-py>=2.9.0",
51+
"jpype1"
5152
]
5253

5354
[project.optional-dependencies]

0 commit comments

Comments
 (0)