Skip to content

Commit 45e1a98

Browse files
authored
Merge branch 'main' into new-types
2 parents 5ded339 + 6573d26 commit 45e1a98

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies:
88
- numpy
99
- python >=3.10
1010
# testing
11+
- h5py # link to same hdf5 lib with netcdf4
12+
- netcdf4 # has history of broken packages on PyPI
1113
- pytest
1214
- pytest-cov
1315
# documentation

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ test = [
5555
"flask-cors",
5656
"h5netcdf",
5757
"h5py",
58-
"netCDF4<=1.7.2",
58+
"netCDF4<1.7.3", # github.com/NCAS-CMS/pyfive/issues/123; remove when on conda-forge
5959
"moto",
60-
"s3fs",
60+
"s3fs>=2025.9.0", # v-mismatch with boto3 results in ancient s3fs
6161
]
6262

6363
# needed for doc builds

0 commit comments

Comments
 (0)