···5757 hatch-vcs
5858 ];
59596060+ pythonRelaxDeps = [
6161+ "dask"
6262+ ];
6363+6064 dependencies = [
6165 aiohttp
6266 awkward
···106110 # AssertionError: bug in Awkward Array: attempt to convert TypeTracerArray into a concrete array
107111 "test_apply_to_fileset"
108112 "test_lorentz_behavior"
113113+114114+ # ValueError: The array to mask was deleted before it could be masked.
115115+ # If you want to construct this mask, you must either keep the array alive or use 'ak.mask' explicitly.
116116+ "test_read_nanomc"
109117 ];
110118111119 __darwinAllowLocalNetworking = true;
···142142 cx_Freeze = cx-freeze; # added 2023-08-02
143143 cx_oracle = cx-oracle; # added 2024-01-03
144144 d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
145145+ dask-expr = throw "dask-expr was removed because its features are available in dask"; # added 2025-02-07
145146 dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
146147 dash-renderer = throw "dash-renderer has been removed since it is abandoned"; # added 2025-01-01
147148 dateutil = python-dateutil; # added 2021-07-03