diff --git a/pyproject.toml b/pyproject.toml index 6c8c3fe..c927b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ plotly = ["plotly"] # TODO: Re-enable vega # vega3 = ["vega3"] folium = ["folium"] -root = ["uproot3"] # TODO: Update to uproot4 +# root = ["uproot3"] # TODO: Update to uproot4 scipy = ["scipy"] xtermcolor = ["xtermcolor"] all = [ - "physt[astropy,dev,dask,pandas,polars,xarray,matplotlib,plotly,folium,root,scipy,xtermcolor]" + "physt[astropy,dev,dask,pandas,polars,xarray,matplotlib,plotly,folium,scipy,xtermcolor]" ] [build-system]