Skip to content

Commit

Permalink
fix(datasets): fix incorrect pandas optional dependency (#864)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Wojakowski <[email protected]>
Signed-off-by: mariusz.wojakowski <[email protected]>
  • Loading branch information
mariusz89016 authored Oct 2, 2024
1 parent ca881f1 commit 312bd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Refactored all datasets to set `fs_args` defaults in the same way as `load_args` and `save_args` and not have hardcoded values in the save methods.
* Fixed bug related to loading/saving models from/to remote storage using `TensorFlowModelDataset`.
* Fixed deprecated load and save approaches of GBQTableDataset and GBQQueryDataset by invoking save and load directly over `pandas-gbq` lib
* Fixed incorrect `pandas` optional dependency

## Breaking Changes
## Community contributions
Expand All @@ -27,6 +28,7 @@ Many thanks to the following Kedroids for contributing PRs to this release:
* [gitgud5000](https://github.com/gitgud5000)
* [janickspirig](https://github.com/janickspirig)
* [Galen Seilis](https://github.com/galenseilis)
* [Mariusz Wojakowski](https://github.com/mariusz89016)


# Release 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pandas = [
pandas-exceldataset,\
pandas-featherdataset,\
pandas-gbqquerydataset,\
pandas-gbqtabledataset.\
pandas-gbqtabledataset,\
pandas-genericdataset,\
pandas-hdfdataset,\
pandas-jsondataset,\
Expand Down

0 comments on commit 312bd99

Please sign in to comment.