We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef71ce commit 93efb9dCopy full SHA for 93efb9d
4 files changed
ci/asv.yml
@@ -13,7 +13,7 @@ dependencies:
13
- healpix
14
- netcdf4
15
- numba
16
- - numpy
+ - numpy<2.3
17
- pandas
18
- pathlib
19
- pre_commit
ci/docs.yml
@@ -7,7 +7,7 @@ dependencies:
7
- cmocean
8
9
10
11
12
- pytest
ci/environment.yml
@@ -18,7 +18,7 @@ dependencies:
- matplotlib-inline
20
21
22
23
24
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"matplotlib-inline",
32
"netcdf4",
33
"numba",
34
- "numpy",
+ "numpy<2.3",
35
"pandas",
36
"pyarrow",
37
"requests",
0 commit comments