Skip to content

Commit

Permalink
Remove anndata pin (#653)
Browse files Browse the repository at this point in the history
* Removed anndata pin

* Added 3rd CI test
  • Loading branch information
Lilly-May committed Sep 5, 2024
1 parent 1927f3b commit 2ad41a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
# - os: ubuntu-latest
# python: "3.12"
# run_mode: "fast"
# - os: ubuntu-latest
# python: "3.12"
# run_mode: slow
# pip-flags: "--pre"
- os: ubuntu-latest
python: "3.12"
run_mode: slow
pip-flags: "--pre"

env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies = [
"pyarrow",
"blitzgsea",
"lamin_utils",
"anndata <0.10.9" # pydeseq2 bug
"anndata",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 2ad41a7

Please sign in to comment.