Skip to content

Commit 8a341ad

Browse files
committed
ci: still working on pandas 3.0 support
* add --no-deps to pip reinstall of flopy from latest release; apparently this was clobbering the conda installs of pandas and other packages on the Windows CI runs
1 parent 34ca911 commit 8a341ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install latest PyPI flopy
8383
shell: bash -l {0}
8484
if: contains(matrix.os, 'windows')
85-
run: pip install flopy --force-reinstall
85+
run: pip install flopy --force-reinstall --no-deps
8686
- name: Install Modflow-setup and ipykernel
8787
shell: bash -l {0}
8888
run: |

ci/test_environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- scipy
1414
- xarray
1515
- netcdf4
16-
- pandas
16+
- pandas<3
1717
- geopandas
1818
- gdal
1919
- fiona
@@ -27,7 +27,7 @@ dependencies:
2727
- coverage
2828
- flake8
2929
- pytest
30-
- sphinx=8.1.3
30+
- sphinx
3131
- numpydoc
3232
- nbsphinx # for rendering notebooks in sphinx-generated docs
3333
- sphinx-copybutton

0 commit comments

Comments
 (0)