Skip to content

Commit

Permalink
Merge pull request #38 from AllenCell/feature/update-dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies
  • Loading branch information
kmitcham authored Sep 11, 2024
2 parents 0654283 + 26cb05a commit 25baf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


requirements = [
"aicsimageio ~= 4.7",
"aicspylibczi ~= 3.0.0",
"aicsimageio ~= 4.13.0",
"aicspylibczi ~= 3.2",
"numpy",
# v0.19.3 causes test failure for TestAlignmentCore::test_align_image
"scikit-image ~= 0.21.0",
Expand Down

0 comments on commit 25baf4a

Please sign in to comment.