Skip to content

Commit

Permalink
bump dask version to the latest
Browse files Browse the repository at this point in the history
Signed-off-by: Jian <[email protected]>
  • Loading branch information
jw-cpnet committed Jul 27, 2023
1 parent 9cb6a16 commit d43804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ api-apidataset = ["requests~=2.20"]
biosequence = ["kedro-datasets[biosequence.BioSequenceDataSet]"]
biosequence-biosequencedataset = ["biopython~=1.73"]
dask = ["kedro-datasets[dask.ParquetDataSet]"]
dask-parquetdataset = ["dask[complete]~=2021.10", "triad>=0.6.7, <1.0"]
dask-parquetdataset = ["dask[complete]>=2021.10", "triad>=0.6.7, <1.0"]
databricks = ["kedro-datasets[databricks.ManagedTableDataSet]"]
databricks-managedtabledataset = ["kedro-datasets[spark-base,pandas-base,delta-base]"]
delta-base = ["delta-spark~=1.2.1"]
Expand Down

0 comments on commit d43804a

Please sign in to comment.