Skip to content

Commit ae04c63

Browse files
authored
Merge pull request #9 from tswast/polars-io-connectors
use uv to manage python environment
2 parents d656404 + 2ada501 commit ae04c63

File tree

3 files changed

+168
-1
lines changed

3 files changed

+168
-1
lines changed

2025/polars_bigquery_gcloud_bigquery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ crate-type= ["cdylib"]
1010
[dependencies]
1111
polars = { version = "0.49.1", features = ["fmt", "dtype-date", "timezones", "lazy"], default-features = false }
1212
polars-arrow = { version = "0.49.1", default-features = false }
13-
pyo3 = { version = "0.25", features = ["abi3-py39"] }
13+
pyo3 = { version = "0.25", features = ["abi3-py39", "extension-module"] }
1414
pyo3-polars = { version = "0.22.0", features = ["derive", "lazy"] }
1515
rand = { version = "0.8.5", features = [] }

2025/polars_bigquery_gcloud_bigquery/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ classifiers = [
1111
"Programming Language :: Python :: Implementation :: CPython",
1212
"Programming Language :: Python :: Implementation :: PyPy",
1313
]
14+
dependencies = [
15+
"polars>=1.3.0",
16+
]
17+
18+
[dependency-groups]
19+
dev = [
20+
"pytest>=8.4.1",
21+
]

2025/polars_bigquery_gcloud_bigquery/uv.lock

Lines changed: 159 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)