Skip to content

Commit 9d0f15b

Browse files
committed
Pin numba versions for testing
1 parent 8e3add4 commit 9d0f15b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/scripts/test_kilosort4_ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
if parse(kilosort.__version__) >= parse("4.0.24"):
106106
PARAMS_TO_TEST_DICT.update(
107-
{"max_peels": 50},
107+
{"max_peels": 200},
108108
)
109109

110110

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ test = [
159159
"s3fs",
160160

161161
# tridesclous
162-
"numba",
162+
"numba<0.61.0;python_version<'3.13'",
163+
"numba>=0.61.0;python_version>='3.13'",
163164
"hdbscan>=0.8.33", # Previous version had a broken wheel
164165

165166
# for sortingview backend

0 commit comments

Comments
 (0)