File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ dependencies:
2222 - h5py
2323 - pytables
2424 - zarr
25- - tiledb-py
25+ # `tiledb-py=0.17.5` lead to strange seg faults in CI.
26+ # We should unpin when possible.
27+ # https://github.com/dask/dask/pull/9569
28+ - tiledb-py<0.17.4
2629 - pyspark
2730 - tiledb>=2.5.0
2831 - xarray
Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ dependencies:
2222 - h5py
2323 - pytables
2424 - zarr
25- - tiledb-py
25+ # `tiledb-py=0.17.5` lead to strange seg faults in CI.
26+ # We should unpin when possible.
27+ # https://github.com/dask/dask/pull/9569
28+ - tiledb-py<0.17.4
2629 - pyspark
2730 - tiledb>=2.5.0
2831 - xarray
Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ dependencies:
2222 - h5py
2323 - pytables
2424 - zarr
25- - tiledb-py
25+ # `tiledb-py=0.17.5` lead to strange seg faults in CI.
26+ # We should unpin when possible.
27+ # https://github.com/dask/dask/pull/9569
28+ - tiledb-py<0.17.4
2629 - pyspark
2730 - tiledb>=2.5.0
2831 - xarray
You can’t perform that action at this time.
0 commit comments