On 2021-09-04 23:45, Diane Trout wrote:
Hmm...
So dask doesn't think jinja is required for base functionality. It's a
dependency for an extended extras.
OK, thanks for checking it.
...
At dask's end jinja should probably be a suggests or recommends, but
since you can use dask without needing
Hmm...
So dask doesn't think jinja is required for base functionality. It's a
dependency for an extended extras.
>From dask's setup.py
extras_require = {
"array": ["numpy >= 1.18"],
"bag": [], # keeping for backwards compatibility
"dataframe": ["numpy >= 1.18", "pandas >= 1.0"],
Package: python3-dask
Version: 2021.08.1+dfsg-1
Severity: serious
Justification: debci
Control: affects -1 src:python-xarray
dask imports from jinja2 in
/usr/lib/python3/dist-packages/dask/widgets/widgets.py, but
Depends: python3-jinja2 has not been declared.
dask's own tests are apparently not t
3 matches
Mail list logo