Skip to content

Commit

Permalink
Small fixes post-merge
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Jan 31, 2024
1 parent 51feeab commit 411a057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Added `MatlabDataset` which uses `scipy` to save and load `.mat` files.
* Added `NetCDFDataset` for loading and saving `*.nc` files.


## Bug fixes and other changes
* Removed Windows specific conditions in `pandas.HDFDataset` extra dependencies
## Community contributions
Expand Down
3 changes: 1 addition & 2 deletions kedro-datasets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ def _collect_requirements(requires):
"tensorflow~=2.0; platform_system != 'Darwin' or platform_machine != 'arm64'",
"triad>=0.6.7, <1.0",
"trufflehog~=2.1",
"xarray<=0.20.2; python_version == '3.7'",
"xarray>=2023.1.0; python_version >= '3.8'",
"xarray>=2023.1.0",
"xlsxwriter~=1.0",
# huggingface
"datasets",
Expand Down

0 comments on commit 411a057

Please sign in to comment.