Skip to content

Commit af6bff1

Browse files
build: relax version constraints slightly on delta-spark and pyspark
issues with finding specific versions on conda
1 parent e7ead56 commit af6bff1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages = [
3333
python = ">=3.10,<3.13" # breaking changes beyond 3.12
3434
boto3 = ">=1.34.162,<1.36" # breaking change beyond 1.36
3535
botocore = ">=1.34.162,<1.36" # breaking change beyond 1.36
36-
delta-spark = "3.2.0"
36+
delta-spark = ">3.0.0,<=3.2.0"
3737
duckdb = "1.1.3" # breaking changes beyond 1.1
3838
Jinja2 = "3.1.6"
3939
lxml = "6.1.1"
@@ -43,7 +43,7 @@ pandas = "2.3.3"
4343
polars = "0.20.31"
4444
pyarrow = "23.0.1"
4545
pydantic = "1.10.19"
46-
pyspark = "3.5.2"
46+
pyspark = ">=3.0.0,<=3.5.2"
4747
typing_extensions = "4.15.0"
4848
urllib3 = "2.7.0" # dependency of boto3 & botocore
4949

0 commit comments

Comments
 (0)