Skip to content

Commit 93efb9d

Browse files
authored
pin numpy to prevent numba failures (#1292)
1 parent eef71ce commit 93efb9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/asv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- healpix
1414
- netcdf4
1515
- numba
16-
- numpy
16+
- numpy<2.3
1717
- pandas
1818
- pathlib
1919
- pre_commit

ci/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cmocean
88
- netcdf4
99
- numba
10-
- numpy
10+
- numpy<2.3
1111
- pathlib
1212
- pre_commit
1313
- pytest

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- matplotlib-inline
1919
- netcdf4
2020
- numba
21-
- numpy
21+
- numpy<2.3
2222
- pandas
2323
- pathlib
2424
- pre_commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"matplotlib-inline",
3232
"netcdf4",
3333
"numba",
34-
"numpy",
34+
"numpy<2.3",
3535
"pandas",
3636
"pyarrow",
3737
"requests",

0 commit comments

Comments
 (0)