Skip to content

Commit

Permalink
Merge branch 'main' into index-chains-numba
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Nov 1, 2023
2 parents f98846b + 8cc7e73 commit 3bd4b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- awkward >=2.1.0
- mudata >=0.2.3
- scanpy >=1.9.3
- pandas >=1.5
- pandas >=1.5,!=2.1.2
- numpy >=1.17.0
- scipy
- parasail-python
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/psf/black
rev: "23.10.0"
rev: "23.10.1"
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -26,7 +26,7 @@ repos:
language_version: "17.9.1"
exclude: '^\.conda'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
'awkward>=2.1.0',
'mudata>=0.2.3',
'scanpy>=1.9.3',
'pandas>=1.5',
'pandas>=1.5,!=2.1.2',
'numpy>=1.17.0',
'scipy',
# parasail 1.2.1 fails to be installd on MacOS
Expand Down

0 comments on commit 3bd4b1b

Please sign in to comment.