Skip to content

Commit e5ee035

Browse files
committed
only on linux and win
1 parent 9bbae70 commit e5ee035

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dynamic = [ "description", "readme", "version" ]
2626
dependencies = [ "numpy>=2" ]
27-
optional-dependencies.accel = [ "numba>=0.57", "tbb" ]
27+
optional-dependencies.accel = [ "numba>=0.57" ]
2828
optional-dependencies.dask = [ "dask>=2023.6.1" ]
2929
optional-dependencies.full = [ "fast-array-utils[accel,dask,sparse]", "h5py", "zarr" ]
3030
optional-dependencies.sparse = [ "scipy>=1.13" ]
@@ -50,11 +50,12 @@ doc = [
5050
]
5151
test-min = [
5252
"coverage[toml]",
53-
"fast-array-utils[sparse,testing]", # include sparse for testing numba-less to_dense
53+
"fast-array-utils[sparse,testing]", # include sparse for testing numba-less to_dense
5454
"pytest",
5555
"pytest-codspeed",
5656
"pytest-doctestplus",
5757
"pytest-xdist",
58+
"tbb; sys_platform=='linux' or sys_platform=='windows'", # robust tests
5859
]
5960

6061
[tool.hatch]

0 commit comments

Comments
 (0)