Skip to content

Commit bb8ccfb

Browse files
authored
Merge pull request #299 from helicalAI/main
Update torch versions
2 parents 1f9d01f + 6bcc0f2 commit bb8ccfb

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "helical"
7-
version = "1.4.12"
7+
version = "1.4.13"
88
authors = [
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]
4848
mamba-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

5353
evo-2 = [

requirements_cuda.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+

0 commit comments

Comments
 (0)