Skip to content

Commit

Permalink
chore(datasets): bump pillow (#871)
Browse files Browse the repository at this point in the history
* chore(datasets): bump pillow

Signed-off-by: Ankita Katiyar <[email protected]>

* Apply suggestions from code review

Co-authored-by: Deepyaman Datta <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>

---------

Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Co-authored-by: Deepyaman Datta <[email protected]>
  • Loading branch information
ankatiyar and deepyaman authored Oct 10, 2024
1 parent 3093af4 commit 8cbdd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pandas = [
pickle-pickledataset = ["compress-pickle[lz4]~=2.1.0"]
pickle = ["kedro-datasets[pickle-pickledataset]"]

pillow-imagedataset = ["Pillow~=9.0"]
pillow-imagedataset = ["Pillow>=9.0"]
pillow = ["kedro-datasets[pillow-imagedataset]"]

plotly-htmldataset = ["kedro-datasets[plotly-base]"]
Expand Down Expand Up @@ -237,7 +237,7 @@ test = [
"openpyxl>=3.0.3, <4.0",
"pandas-gbq>=0.12.0",
"pandas>=2.0",
"Pillow~=9.0",
"Pillow~=10.0",
"plotly>=4.8.0, <6.0",
"polars[xlsx2csv, deltalake]~=0.18.0",
"pre-commit>=2.9.2",
Expand Down

0 comments on commit 8cbdd4d

Please sign in to comment.