Skip to content

Commit

Permalink
update pre-commit; pin pandas < 2 (#390)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)

* Update pyproject.toml

* test pandas

* pandas version

---------

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 Apr 6, 2023
1 parent 02955d7 commit c56897c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- python >=3.7
- anndata >=0.7.6
- scanpy >=1.6.0
- pandas >=1.0
- pandas >=1.5,<2
- numpy >=1.17.0
- scipy
- parasail-python
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = '>= 3.8'
dependencies = [
'anndata>=0.7.6',
'scanpy>=1.6.0',
'pandas>=1.0',
'pandas>=1.5,<2',
'numpy>=1.17.0',
'scipy',
# parasail 1.2.1 fails to be installd on MacOS
Expand Down

0 comments on commit c56897c

Please sign in to comment.