Skip to content

Commit badfdfe

Browse files
author
Michael Johansen
committed
Remove pypy markers and update minimum nitypes version.
Signed-off-by: Michael Johansen <[email protected]>
1 parent 7e84f43 commit badfdfe

File tree

2 files changed

+10
-81
lines changed

2 files changed

+10
-81
lines changed

poetry.lock

Lines changed: 6 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ protobuf = {version=">=4.21"}
1313
ni-measurement-plugin-sdk = {version=">=2.3"}
1414
typing-extensions = ">=4.13.2"
1515
streamlit = ">=1.24"
16-
nitypes = {version=">=0.1.0dev3", allow-prereleases=true}
16+
nitypes = {version=">=0.1.0dev8", allow-prereleases=true}
1717
numpy = ">=1.22"
1818
debugpy = ">=1.8.1"
1919

2020
[tool.poetry.group.dev.dependencies]
2121
types-grpcio = ">=1.0"
2222
types-protobuf = ">=4.21"
2323
numpy = [
24-
{ version = ">=1.22", python = ">=3.9,<3.12", markers = "implementation_name != 'pypy'" },
25-
{ version = ">=1.26", python = ">=3.12,<3.13", markers = "implementation_name != 'pypy'" },
26-
{ version = ">=2.1", python = "^3.13", markers = "implementation_name != 'pypy'" },
27-
{ version = ">=2.1", python = ">=3.10,<3.11", markers = "implementation_name == 'pypy'" },
28-
{ version = ">=2.3", python = "^3.11", markers = "implementation_name == 'pypy'" },
24+
{ version = ">=1.22", python = ">=3.9,<3.12" },
25+
{ version = ">=1.26", python = ">=3.12,<3.13" },
26+
{ version = ">=2.1", python = "^3.13" },
2927
]
3028

3129
[tool.poetry.group.lint.dependencies]

0 commit comments

Comments
 (0)