Skip to content

Commit 70343b6

Browse files
committed
Relax numpy requirement
1 parent 4d7072e commit 70343b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "torchgmm"
77
version = "0.1.2"
88
description = "Run Gaussian Mixture Models on single or multiple CPUs/GPUs"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.8,<3.14"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Marco Varrone"},
@@ -22,7 +22,7 @@ dependencies = [
2222
"anndata",
2323
# for debug logging (referenced from the issue template)
2424
"session-info",
25-
"numpy>=1.20.3,<2.0.0",
25+
"numpy>=1.20.3",
2626
"pytorch-lightning>=2.0.0",
2727
"torch>1.11.0",
2828
"torchmetrics>=0.6"

0 commit comments

Comments
 (0)