Skip to content

Commit 0bb2c7e

Browse files
fix: update numpy >=2.1.0
1 parent 4e98ccd commit 0bb2c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Installing dependencies
3838
shell: bash -l {0}
3939
run: |
40-
conda install -c conda-forge numpy scipy pytest dill beartype pandas geopandas shapely validators sqlite -y
40+
conda install -c conda-forge numpy>=2.1.0 scipy pytest dill beartype pandas geopandas shapely validators sqlite -y
4141
- name: Building and install
4242
shell: bash -l {0}
4343
run: |
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash -l {0}
8888
run: |
8989
conda config --set solver libmamba
90-
conda install -c conda-forge conda-build pytest numpy>1.26.0 scipy pandas geopandas sqlite shapely validators anaconda-client conda-libmamba-solver -y
90+
conda install -c conda-forge conda-build pytest numpy>=2.1.0 scipy pandas geopandas sqlite shapely validators anaconda-client conda-libmamba-solver -y
9191
conda build -c conda-forge --output-folder conda conda
9292
9393
- name: upload artifacts

0 commit comments

Comments
 (0)