Commit 11ca587 1 parent 8ca84c4 commit 11ca587 Copy full SHA for 11ca587
File tree 4 files changed +4
-6
lines changed
clustering/k-means-clustering-tool
features/feature-segmentation-eval-tool
formats/tabular-converter-tool
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ typer = "^0.7.0"
17
17
nyxus = " ^0.5.0"
18
18
vaex = " ^4.7.0"
19
19
scikit_learn =" ^1.0.2"
20
+ numpy = " <2.0.0"
20
21
21
22
[tool .poetry .group .dev .dependencies ]
22
23
bump2version = " ^1.0.1"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pandas = "^1.2.4"
18
18
scipy = " ^1.6.2"
19
19
typer = " ^0.7.0"
20
20
vaex = " ^4.7.0"
21
+ numpy = " <2.0.0"
21
22
22
23
[tool .poetry .group .dev .dependencies ]
23
24
bump2version = " ^1.0.1"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pyarrow = "^11.0.0"
18
18
blake3 = " ^0.3.3"
19
19
fcsparser = " ^0.2.4"
20
20
vaex = " ^4.7.0"
21
+ numpy = " <2.0.0"
21
22
22
23
23
24
[tool .poetry .group .dev .dependencies ]
Original file line number Diff line number Diff line change @@ -18,14 +18,9 @@ rxiv-types = "^0.1.0"
18
18
tqdm = " ^4.66.1"
19
19
xmltodict = " ^0.13.0"
20
20
pydantic = " 1.10.4"
21
+ numpy = " <2.0.0"
21
22
22
23
23
- [[tool .poetry .source ]]
24
- name = " test"
25
- url = " https://test.pypi.org/simple/"
26
- default = false
27
- secondary = true
28
-
29
24
[tool .poetry .group .dev .dependencies ]
30
25
bump2version = " ^1.0.1"
31
26
flake8 = " ^6.0.0"
You can’t perform that action at this time.
0 commit comments