Skip to content

Commit

Permalink
AIP-6606: Relax upper bound for python to ensure compatibility with o…
Browse files Browse the repository at this point in the history
…ther python libraries at ZG (#30)

* AIP-6606: Relax upper bound for python to ensure compatibility with other python libraries at ZG

* AIP-6606: Increment the version to reflect the change nature
  • Loading branch information
alexlatchford authored Oct 5, 2022
1 parent c475c60 commit 8c92585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zdatasets"
version = "0.1.3"
version = "0.2.0"
description = "Dataset SDK for consistent read/write [batch, online, streaming] data."
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -26,7 +26,7 @@ hive_dataset = "datasets.plugins:HiveDataset"
metaflow_executor = "datasets.plugins:MetaflowExecutor"

[tool.poetry.dependencies]
python = ">=3.9.0,<3.11"
python = ">=3.9.0,<4"
pandas = ">=1.4.0"
pyarrow = ">=6.0.0"
dask = { version = ">=2021.9.1", optional = true }
Expand Down

0 comments on commit 8c92585

Please sign in to comment.