Skip to content

Commit 9d38f40

Browse files
authored
CI: Pin Numba<0.57 in ARM build (pandas-dev#53309)
1 parent df8b686 commit 9d38f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/deps/circle-39-arm64.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ dependencies:
3535
- jinja2>=3.1.2
3636
- lxml>=4.8.0
3737
- matplotlib>=3.6.1
38-
- numba>=0.55.2
38+
# test_numba_vs_cython segfaults with numba 0.57
39+
- numba>=0.55.2, <0.57.0
3940
- numexpr>=2.8.0
4041
- odfpy>=1.4.1
4142
- qtpy>=2.2.0

0 commit comments

Comments
 (0)