From 5e8807295eb215cd67247aa0061cc181104654e8 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 26 Nov 2024 11:22:58 -0600 Subject: [PATCH] revert version, use --pre in uv --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfdb78b95..7e448028c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pyarrow>=6.0.0", "fsspec-xrootd>=0.2.3", "matplotlib>=3", - "numba>=0.61.0rc1", + "numba>=0.58.1", "numpy>=1.22", "scipy>=1.1.0", "tqdm>=4.27.0",