We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7072e commit 70343b6Copy full SHA for 70343b6
pyproject.toml
@@ -7,7 +7,7 @@ name = "torchgmm"
7
version = "0.1.2"
8
description = "Run Gaussian Mixture Models on single or multiple CPUs/GPUs"
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.8,<3.14"
11
license = {file = "LICENSE"}
12
authors = [
13
{name = "Marco Varrone"},
@@ -22,7 +22,7 @@ dependencies = [
22
"anndata",
23
# for debug logging (referenced from the issue template)
24
"session-info",
25
- "numpy>=1.20.3,<2.0.0",
+ "numpy>=1.20.3",
26
"pytorch-lightning>=2.0.0",
27
"torch>1.11.0",
28
"torchmetrics>=0.6"
0 commit comments