Skip to content

Commit

Permalink
Fixing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Apr 9, 2024
1 parent 22da18c commit e9d107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jsonschema = ">= 4.18"
pyarrow = ">= 11.0.0"
pyyaml = ">= 5.3.1"

dask = { version = ">= 2023.4.1", extras = ["dataframe", "distributed", "diagnostics"]}
dask = { version = ">= 2023.4.1, != 2024.4.0", extras = ["dataframe", "distributed", "diagnostics"]}
docker = ">= 6.1.3"

dask-cuda = { version = ">=23.4.1", optional = true }
Expand Down

0 comments on commit e9d107a

Please sign in to comment.