Skip to content

Commit

Permalink
Fix typo and allow any AnnData version > 0.8 for now for wider compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
maltekuehl committed Sep 13, 2024
1 parent 91c21db commit dc7bee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"anndata>=0.9.0,<1",
"anndata>=0.9.0",
"click>=8.0.0,<9",
"flox>=0.9.0,<0.10.0",
"h5py>=3.0.0,<4",
Expand Down
2 changes: 1 addition & 1 deletion pytximport/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""pytximport: Gene-level count estimation from transcript quantification files
"""pytximport: Gene-level count estimation from transcript quantification files.
The `pytximport` package provides a Python implementation of the `tximport` R package, which provides an easy-to-use
interface for importing transcript quantification files from various tools (e.g., `salmon`, `kallisto`, `RSEM`) into
Expand Down

0 comments on commit dc7bee4

Please sign in to comment.