Skip to content

Commit 092ef68

Browse files
phoflmroeschke
andauthored
Backport PR pandas-dev#53309 on branch 2.0.x (CI: Pin Numba<0.57 in ARM build) (pandas-dev#53318)
CI: Pin Numba<0.57 in ARM build (pandas-dev#53309) (cherry picked from commit 9d38f40) Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 456a041 commit 092ef68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/deps/circle-38-arm64.yaml

+2-1
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)