Skip to content

Commit 3952693

Browse files
authored
Restrict tiledb-py version to avoid CI failures (#9569)
1 parent 52ac97f commit 3952693

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

continuous_integration/environment-3.10.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

continuous_integration/environment-3.8.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

continuous_integration/environment-3.9.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)