Skip to content

Commit c450712

Browse files
committed
Bump version to 0.9.8.6; add pandas and polars-lts-cpu to optional dependencies
1 parent a05e2cc commit c450712

File tree

2 files changed

+52
-3
lines changed

2 files changed

+52
-3
lines changed

pyproject.toml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower
44
authors = [{ name = "Volker L.", email = "[email protected]" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.9.8.5"
7+
version = "0.9.8.6"
88
keywords = ["hamilton", "workflow", "pipeline", "scheduler", "apscheduler", "dask", "ray"]
99
dependencies = [
1010
'aiobotocore<2.18.0',
@@ -33,7 +33,24 @@ dependencies = [
3333
flowerpower = "flowerpower.cli:app"
3434

3535
[project.optional-dependencies]
36-
io = ['datafusion>=43.1.0', 'duckdb>=1.1.3', 'orjson>=3.10.12', 'polars>=1.15.0', 'pyarrow>=18.1.0', 'pydala2>=0.9.4.5']
36+
io = [
37+
'datafusion>=43.1.0',
38+
'duckdb>=1.1.3',
39+
'orjson>=3.10.12',
40+
"pandas>=2.2.3",
41+
'polars>=1.15.0',
42+
'pyarrow>=18.1.0',
43+
'pydala2>=0.9.4.5',
44+
]
45+
io-legacy = [
46+
'datafusion>=43.1.0',
47+
'duckdb>=1.1.3',
48+
'orjson>=3.10.12',
49+
"pandas>=2.2.3",
50+
'polars-lts-cpu>=1.15.0',
51+
'pyarrow>=18.1.0',
52+
'pydala2>=0.9.4.5',
53+
]
3754
mongodb = ["pymongo>=4.7.2"]
3855
mqtt = ["paho-mqtt>=2.1.0", "orjson>=3.10.11"]
3956
opentelemetry = [

uv.lock

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)