Skip to content

Commit

Permalink
fix: numba and llvmlite versions in region-segmentation-eval-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 18, 2024
1 parent f3a1a71 commit bf979d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/region-segmentation-eval-tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ scikit-image = "^0.19.3"
opencv_python="^4.5.1.48"
tifffile="^2020.10.1"
blake3 = "^0.3.3"
llvmlite = "^0.39.1"
fastapi = "^0.92.0"
vaex = "^4.7.0"
numpy = "<2.0.0"
pyarrow = ">=16.0,<17.0"
scikit-learn = "^1.5.1"
numba = "^0.60.0"
llvmlite = "^0.43.0"

[tool.poetry.group.dev.dependencies]
bump2version = "^1.0.1"
Expand Down

0 comments on commit bf979d5

Please sign in to comment.