Skip to content

Commit 44fba33

Browse files
committed
fix: deps in tabular merger
1 parent 5796b48 commit 44fba33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

transforms/tabular-merger-tool/pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ packages = [{include = "polus", from = "src"}]
1212
[tool.poetry.dependencies]
1313
python = ">=3.9"
1414
typer = "^0.7.0"
15-
blake3 = "^0.3.3"
16-
llvmlite = "^0.39.1"
15+
blake3 = ">=0.3,<0.4"
16+
llvmlite = ">=0.43,<0.44"
1717
vaex = "^4.17.0"
1818
tqdm = "^4.65.0"
1919
filepattern = "^2.0.5"
2020
pyarrow = ">=16.0,<17.0"
21+
numba = ">=0.60,<0.61"
2122

2223

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

0 commit comments

Comments
 (0)