We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ded339 + 6573d26 commit 45e1a98Copy full SHA for 45e1a98
environment.yml
@@ -8,6 +8,8 @@ dependencies:
8
- numpy
9
- python >=3.10
10
# testing
11
+ - h5py # link to same hdf5 lib with netcdf4
12
+ - netcdf4 # has history of broken packages on PyPI
13
- pytest
14
- pytest-cov
15
# documentation
pyproject.toml
@@ -55,9 +55,9 @@ test = [
55
"flask-cors",
56
"h5netcdf",
57
"h5py",
58
- "netCDF4<=1.7.2",
+ "netCDF4<1.7.3", # github.com/NCAS-CMS/pyfive/issues/123; remove when on conda-forge
59
"moto",
60
- "s3fs",
+ "s3fs>=2025.9.0", # v-mismatch with boto3 results in ancient s3fs
61
]
62
63
# needed for doc builds
0 commit comments