Skip to content

Commit 6624ca8

Browse files
mroeschkephofl
authored andcommitted
CI: Pin Numba<0.57 in ARM build (pandas-dev#53309)
(cherry picked from commit 9d38f40)
1 parent 456a041 commit 6624ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/deps/circle-38-arm64.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dependencies:
3333
- jinja2
3434
- lxml
3535
- matplotlib>=3.6.1, <3.7.0
36-
- numba
36+
# test_numba_vs_cython segfaults with numba 0.57
37+
- numba>=0.55.2, <0.57.0
3738
- numexpr
3839
- openpyxl<3.1.1
3940
- odfpy

0 commit comments

Comments
 (0)