···57 hatch-vcs
58 ];
59000060 dependencies = [
61 aiohttp
62 awkward
···106 # AssertionError: bug in Awkward Array: attempt to convert TypeTracerArray into a concrete array
107 "test_apply_to_fileset"
108 "test_lorentz_behavior"
0000109 ];
110111 __darwinAllowLocalNetworking = true;
···57 hatch-vcs
58 ];
5960+ pythonRelaxDeps = [
61+ "dask"
62+ ];
63+64 dependencies = [
65 aiohttp
66 awkward
···110 # AssertionError: bug in Awkward Array: attempt to convert TypeTracerArray into a concrete array
111 "test_apply_to_fileset"
112 "test_lorentz_behavior"
113+114+ # ValueError: The array to mask was deleted before it could be masked.
115+ # If you want to construct this mask, you must either keep the array alive or use 'ak.mask' explicitly.
116+ "test_read_nanomc"
117 ];
118119 __darwinAllowLocalNetworking = true;
···142 cx_Freeze = cx-freeze; # added 2023-08-02
143 cx_oracle = cx-oracle; # added 2024-01-03
144 d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
0145 dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
146 dash-renderer = throw "dash-renderer has been removed since it is abandoned"; # added 2025-01-01
147 dateutil = python-dateutil; # added 2021-07-03
···142 cx_Freeze = cx-freeze; # added 2023-08-02
143 cx_oracle = cx-oracle; # added 2024-01-03
144 d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
145+ dask-expr = throw "dask-expr was removed because its features are available in dask"; # added 2025-02-07
146 dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
147 dash-renderer = throw "dash-renderer has been removed since it is abandoned"; # added 2025-01-01
148 dateutil = python-dateutil; # added 2021-07-03