`mindeps` CI environment includes `numpy` and `pandas`
Open
bug
tests
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
From what I understand, the `mindeps` CI environment is not supposed to include `numpy` or `pandas`, that's what `mindeps-numpy` and `mindeps-pandas` are for, respectively. They still get installed though:
`numpy`: https://github.com/dask/distributed/actions/runs/8982581212/job/24670508020#step:12:90
`pandas`: https://github.com/dask/distributed/actions/runs/8982581212/job/24670508020#step:12:94
We should figure out why they get installed in the first place and remove them to make sure that our CI covers what we're interested in.
Contributor guide
Assessment
This issue has not been assessed yet.