Skip to content

Commit 11ca587

Browse files
committed
build: pinning numpy under 2.0 for some tools
1 parent 8ca84c4 commit 11ca587

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

clustering/k-means-clustering-tool/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ typer = "^0.7.0"
1717
nyxus = "^0.5.0"
1818
vaex = "^4.7.0"
1919
scikit_learn="^1.0.2"
20+
numpy = "<2.0.0"
2021

2122
[tool.poetry.group.dev.dependencies]
2223
bump2version = "^1.0.1"

features/feature-segmentation-eval-tool/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pandas = "^1.2.4"
1818
scipy = "^1.6.2"
1919
typer = "^0.7.0"
2020
vaex = "^4.7.0"
21+
numpy = "<2.0.0"
2122

2223
[tool.poetry.group.dev.dependencies]
2324
bump2version = "^1.0.1"

formats/tabular-converter-tool/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pyarrow = "^11.0.0"
1818
blake3 = "^0.3.3"
1919
fcsparser = "^0.2.4"
2020
vaex = "^4.7.0"
21+
numpy = "<2.0.0"
2122

2223

2324
[tool.poetry.group.dev.dependencies]

utils/rxiv-download-tool/pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ rxiv-types = "^0.1.0"
1818
tqdm = "^4.66.1"
1919
xmltodict = "^0.13.0"
2020
pydantic = "1.10.4"
21+
numpy = "<2.0.0"
2122

2223

23-
[[tool.poetry.source]]
24-
name = "test"
25-
url = "https://test.pypi.org/simple/"
26-
default = false
27-
secondary = true
28-
2924
[tool.poetry.group.dev.dependencies]
3025
bump2version = "^1.0.1"
3126
flake8 = "^6.0.0"

0 commit comments

Comments
 (0)