Skip to content

Commit

Permalink
Merge pull request #15 from bioio-devs/bug/remove-upper-dask-bound
Browse files Browse the repository at this point in the history
bugfix/remove-dask-upper-bound
  • Loading branch information
BrianWhitneyAI authored Dec 11, 2024
2 parents 6e995e2 + 7099bd3 commit c3f78ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install uv
uv pip install --system .[test]
- uses: actions/cache@v4
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = ["version"]
dependencies = [
"bioio-base>=0.3.0",
"bioformats_jar",
"dask[array]>=2021.4.1,<=2023.5.0",
"dask[array]>=2021.4.1",
"fsspec>=2022.8.0",
"numpy>=1.21",
"ome-types>=0.3.4",
Expand Down

0 comments on commit c3f78ad

Please sign in to comment.