File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments