Skip to content

Commit

Permalink
Increase anndata version to 0.11. (#166)
Browse files Browse the repository at this point in the history
Increase anndata version to 0.11.

---------

Co-authored-by: giogix2 <giovanni@Helical-AI-A6000>
  • Loading branch information
giogix2 and giogix2 authored Jan 9, 2025
1 parent 543735e commit 4da238c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "helical"
version = "0.0.1a16"
version = "0.0.1a17"
authors = [
{ name="Helical Team", email="support@helical-ai.com" },
]
Expand All @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
dependencies = [
'requests==2.32.2',
'pandas==2.2.2',
'anndata==0.10.7',
'anndata==0.11',
'numpy==1.26.4',
'scikit-learn>=1.2.2',
'scipy==1.13.1',
Expand Down

0 comments on commit 4da238c

Please sign in to comment.