From bf979d51f236d7c6c0678d83b72d2f3f4c0357e1 Mon Sep 17 00:00:00 2001 From: Najib Ishaq Date: Thu, 18 Jul 2024 10:53:36 -0400 Subject: [PATCH] fix: numba and llvmlite versions in region-segmentation-eval-tool --- features/region-segmentation-eval-tool/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/region-segmentation-eval-tool/pyproject.toml b/features/region-segmentation-eval-tool/pyproject.toml index 34d6f4f69..ea9dc6063 100644 --- a/features/region-segmentation-eval-tool/pyproject.toml +++ b/features/region-segmentation-eval-tool/pyproject.toml @@ -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"