Skip to content

Commit

Permalink
Merge pull request #2792 from martinholmer/newer-numpy
Browse files Browse the repository at this point in the history
Require numpy 1.26.* versions
  • Loading branch information
martinholmer authored Aug 17, 2024
2 parents e6566f8 + 8287a36 commit 5f0f504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
requirements:
build:
- "python>=3.9, <3.13"
- "numpy>=1.20"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
- "paramtools>=0.18.2"
Expand All @@ -20,7 +20,7 @@ requirements:

run:
- "python>=3.9, <3.13"
- "numpy>=1.20"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
- "paramtools>=0.18.2"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- "python>=3.9, <3.13"
- "numpy>=1.20"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
- "paramtools>=0.18.2"
Expand Down

0 comments on commit 5f0f504

Please sign in to comment.