Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#460)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3)

* Exclude pandas 2.1.2 version due to max recursion depth error

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Gregor Sturm <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and grst authored Nov 1, 2023
1 parent 496e4fc commit 8cc7e73
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 8cc7e73

Please sign in to comment.