Skip to content

Commit

Permalink
⬇️ Upper bound scipy for compatibility with fcsparser (#38)
Browse files Browse the repository at this point in the history
* pin numpy for compatibility with fcsparser

* Do not run on 3.8

* upper bound scipy

* reorder
  • Loading branch information
Koncopd authored Oct 21, 2024
1 parent be60c49 commit 5472705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout main
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ readme = "README.md"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"scipy<1.13.0rc1", # for compatibility with fcsparser
"lamin_utils",
"fcsparser",
"anndata",
Expand Down

0 comments on commit 5472705

Please sign in to comment.