Skip to content

Commit

Permalink
Pinned minimum dask version to 2022 to avoid bad import in ~0.8. (#345)
Browse files Browse the repository at this point in the history
* Pinned minimum dask version to 2022 to avoid bad import in ~0.8.

* Linting: flake8.
  • Loading branch information
canismarko authored Jan 21, 2025
1 parent 1ac6308 commit da707e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ dependencies:
# --- general support packages
- bitshuffle
- h5py
- dask >= 2022
- hdf5plugin
- imagecodecs-lite
- ipympl
Expand Down
1 change: 0 additions & 1 deletion src/haven/tests/test_fly_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from haven.plans import fly_scan, grid_fly_scan
from haven.plans._fly import FlyerCollector
from haven.preprocessors import baseline_decorator


@pytest.fixture()
Expand Down

0 comments on commit da707e8

Please sign in to comment.