Skip to content

Commit 575b8c6

Browse files
fix: numpy version in meta.yaml
1 parent 8bfbbe9 commit 575b8c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda/conda_build_config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
numpy:
2-
- ">=2.1.0"
1+

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
requirements:
1515
build:
1616
- {{ compiler('cxx') }}
17-
- numpy {{ numpy }}
17+
- numpy>=2.1.0 {{ numpy }}
1818
- pandas
1919
- geopandas
2020
- shapely

0 commit comments

Comments
 (0)