From 9780609b42004be095dd26fba5ea9dc508e77383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 23 May 2023 13:09:40 +0200 Subject: [PATCH] Update with most recent kedro-datasets release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- setup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setup.py b/setup.py index a1561050a5..0367e90ef3 100644 --- a/setup.py +++ b/setup.py @@ -104,14 +104,8 @@ def _collect_requirements(requires): "sphinxcontrib-mermaid~=0.7.1", "myst-parser~=1.0.0", "Jinja2<3.1.0", - # https://github.com/kedro-org/kedro-plugins/issues/141 # https://github.com/kedro-org/kedro-plugins/issues/143 - "kedro-datasets[api,biosequence,dask,geopandas,matplotlib,holoviews,networkx,pandas,pillow,polars,video,plotly,redis,spark,svmlight,yaml]==1.1.1", - "kedro-datasets[tensorflow]==1.1.1; platform_system != 'Darwin' or platform_machine != 'arm64'", - "tensorflow-macos~=2.0; platform_system == 'Darwin' and platform_machine == 'arm64'", - # https://github.com/kedro-org/kedro-plugins/pull/148 - "snowflake-snowpark-python~=1.0.0", - "pyarrow~=8.0", + "kedro-datasets[api,biosequence,dask,geopandas,matplotlib,holoviews,networkx,pandas,pillow,polars,video,plotly,redis,snowflake,spark,svmlight,tensorflow,yaml]==1.3.0", ], "geopandas": _collect_requirements(geopandas_require), "matplotlib": _collect_requirements(matplotlib_require),