Skip to content

Commit

Permalink
Update kedro-datasets/setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
Signed-off-by: Tom Kurian <tom_kurian@mckinsey.com>
  • Loading branch information
kuriantom369 and deepyaman committed May 30, 2023
1 parent 497001d commit 7f25f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _collect_requirements(requires):
"plotly.JSONDataSet": ["plotly>=4.8.0, <6.0"],
}
polars_require = {
"polars.CSVDataSet": [POLARS],
"polars.CSVDataSet": [POLARS]
}
redis_require = {"redis.PickleDataSet": ["redis~=4.1"]}
snowflake_require = {
Expand Down

0 comments on commit 7f25f3c

Please sign in to comment.