File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments