Skip to content

Commit 0406812

Browse files
committed
installation/environment.yml: unpin pandas and flopy
1 parent b66cc8b commit 0406812

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
python-version: ['3.12']
20+
python-version: ['3.14']
2121

2222
steps:
2323
- name: Checkout source

installation/environment.yml

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.0
22+
- pandas
2323
- netcdf4
2424
- pyshp
2525
- rasterio
@@ -43,7 +43,7 @@ dependencies:
4343
- pytest
4444
- statsmodels
4545
- dataretrieval
46-
- flopy>=3.7
46+
- flopy
4747
- gis-utils
4848
- sfrmaker
4949
- contextily

0 commit comments

Comments
 (0)