diff --git a/pyproject.toml b/pyproject.toml index fd3082e..d0dd586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 }