File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " helical"
7- version = " 1.4.12 "
7+ version = " 1.4.13 "
88authors = [
99 { name =" Helical Team" , email =" support@helical-ai.com" },
1010]
@@ -27,7 +27,7 @@ dependencies = [
2727 ' scikit-learn>=1.5.0' ,
2828 ' scipy==1.13.1' ,
2929 ' gitpython==3.1.43' ,
30- ' torch==2.6 .0' ,
30+ ' torch==2.7 .0' ,
3131 ' accelerate==1.4.0' ,
3232 ' transformers==4.49.0' ,
3333 ' loompy==3.0.7' ,
@@ -46,8 +46,8 @@ dependencies = [
4646
4747[project .optional-dependencies ]
4848mamba-ssm = [
49- ' mamba-ssm==2.2.4 ' ,
50- ' causal-conv1d==1.5.0.post8 ' ,
49+ ' mamba-ssm==2.2.5 ' ,
50+ ' causal-conv1d==1.5.1 ' ,
5151]
5252
5353evo-2 = [
Original file line number Diff line number Diff line change 1+ --extra-index-url https://pypi.nvidia.com
2+ # rapids-singlecell[rapids12]
3+ https://github.com/state-spaces/mamba/releases/download/v2.2.5/mamba_ssm-2.2.5+cu12torch2.7cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
4+ https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.5.1/causal_conv1d-1.5.1+cu12torch2.7cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
5+ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.7cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
6+
You can’t perform that action at this time.
0 commit comments