Skip to content

Commit 7f028b8

Browse files
committed
Pinning numba version to 0.62.1
1 parent aa8252d commit 7f028b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
'networkx==3.0.0',
2222
'importlib-resources>=5.2.2',
2323
'numpy==2.1.3',
24-
'numba>=0.56.4,<1',
24+
'numba==0.62.1',
2525
'numba-cuda==0.14.1',
2626
'pandas>=2.0.1',
2727
'pathos>=0.3.0',

0 commit comments

Comments
 (0)