Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/astral-sh/ruff-pre-commit
rev: "v0.12.0"
rev: "v0.12.1"
hooks:
- id: ruff-check
exclude: tutorials/nbconverted/
Expand Down
70 changes: 45 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ pandas = ">=1.2.0"
scikit-learn = ">=0.21.2"
sqlalchemy = ">=1.3.6,<3"
pyarrow = ">=8.0.0"
urllib3 = [
{ version = "<2.5.0", python = "<3.10" },
{ version = ">=2.5.0", python = ">=3.10" },
]

# Extra dependencies for cell_locations
fsspec = { version = ">=2023.1.0", optional = true }
Expand Down