Skip to content

Commit

Permalink
Even oggmdev does not support numpy 2 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent 1bc9249 commit 8a0f5b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/oggm-deps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- pytest
- pytest-mpl >=0.170.0
- matplotlib >=3.1.2
- numpy >=1.26
- numpy <2
- scipy
- pyproj >=3.6
- pytables
Expand Down
4 changes: 2 additions & 2 deletions build/oggmdev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
git_rev: c883e58751ee7ee74dcc0a3eaf29c7ca5950c5b2

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .

Expand All @@ -23,7 +23,7 @@ requirements:
run:
- python >=3.9
- matplotlib >=3.1.2
- numpy >=1.26
- numpy <2
- scipy
- pyproj >=3.6
- pytables
Expand Down

0 comments on commit 8a0f5b3

Please sign in to comment.