Skip to content

Commit e48d2cb

Browse files
committed
ci/requirements: resolve MODFLOW/Flopy COORDINATE_CHECK_METHOD conflict by pinning Flopy=3.9 for now. Flopy 3.10 wouldn't accept coordinate_check_method as an arg to the PRP package; for some reason installing MODFLOW from the modflow6 repo didn't result in version 6.7 for the PRT run in notebook 10a, even though the reported MODFLOW version in the path was 6.7.
1 parent a1f1bee commit e48d2cb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
path: ~/.local/bin
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
5656
repo: modflow6
57+
cache: false
5758
- name: Modflow version
5859
shell: bash -l {0}
5960
run: mf6 --version
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- scipy
2020
- openpyxl
2121
- xlrd
22-
- pandas>=3
22+
- pandas<3
2323
- netcdf4
2424
- pyshp
2525
- rasterio
@@ -43,7 +43,7 @@ dependencies:
4343
- pytest
4444
- statsmodels
4545
- dataretrieval
46-
- flopy
46+
- flopy=3.9
4747
- gis-utils
4848
- sfrmaker
4949
- contextily

installation/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- pytest
4444
- statsmodels
4545
- dataretrieval
46-
- flopy
46+
- flopy=3.9
4747
- gis-utils
4848
- sfrmaker
4949
- contextily

0 commit comments

Comments
 (0)