Skip to content

Commit

Permalink
Update with most recent kedro-datasets release
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed May 23, 2023
1 parent 1a8e4c4 commit 8729f9d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,7 @@ def _collect_requirements(requires):
"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),
Expand Down

0 comments on commit 8729f9d

Please sign in to comment.