Skip to content

Commit

Permalink
pinning scanpy to be less than 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Oct 22, 2024
1 parent e98725e commit e43c6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_unpinned_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.12"]

name: Build wheel on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [

dependencies = [
"anndata",
"scanpy",
"scanpy<=1.10.2",
"POT",
"numpy<2",
"scipy",
Expand Down

0 comments on commit e43c6e5

Please sign in to comment.