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 4598159 commit e5ff939Copy full SHA for e5ff939
pyproject.toml
@@ -30,7 +30,10 @@ pymitter = ">=0.4,<1.1"
30
typing-extensions = ">=4.11,<4.14"
31
types-protobuf = "6.30.2.20250506"
32
pympler = "1.1"
33
-numpy = "2.0.2"
+numpy = [
34
+ {version = ">=1.26.4", python = "<3.13"},
35
+ {version = ">=2.1.0", python = ">=3.13"}
36
+]
37
38
[tool.poetry.dev-dependencies]
39
pytest = "~8.3"
0 commit comments