Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kedro-datasets docs #2485

Merged
merged 8 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/data/kedro_io.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Currently, the following datasets support versioning:
- `kedro_datasets.spark.SparkDataSet`
- `kedro_datasets.yaml.YAMLDataSet`
- `kedro_datasets.api.APIDataSet`
- `kedro_datasets.tensorflow.TensorFlowModelDataset`
- `kedro_datasets.tensorflow.TensorFlowModelDataSet`
- `kedro_datasets.json.JSONDataSet`

```{note}
Expand Down
4 changes: 3 additions & 1 deletion docs/source/kedro_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ kedro_datasets
kedro_datasets.pillow.ImageDataSet
kedro_datasets.plotly.JSONDataSet
kedro_datasets.plotly.PlotlyDataSet
kedro_datasets.polars.CSVDataSet
kedro_datasets.redis.PickleDataSet
kedro_datasets.snowflake.SnowparkTableDataSet
kedro_datasets.spark.DeltaTableDataSet
kedro_datasets.spark.SparkDataSet
kedro_datasets.spark.SparkHiveDataSet
kedro_datasets.spark.SparkJDBCDataSet
kedro_datasets.svmlight.SVMLightDataSet
kedro_datasets.tensorflow.TensorFlowModelDataset
kedro_datasets.tensorflow.TensorFlowModelDataSet
kedro_datasets.text.TextDataSet
kedro_datasets.tracking.JSONDataSet
kedro_datasets.tracking.MetricsDataSet
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ 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'",
"kedro-datasets[all]~=1.4.0",
],
"geopandas": _collect_requirements(geopandas_require),
"matplotlib": _collect_requirements(matplotlib_require),
Expand Down