Skip to content

Commit

Permalink
Pin dependencies to working versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jul 12, 2024
1 parent 70ecfeb commit 18bfe6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ classifiers = [
dependencies = [
"h5py",
"hdf5storage",
"netcdf4>=1.6.5",
"numpy",
"netcdf4==1.6.4", # 1.7.1 conflicts with h5py github.com/Unidata/netcdf4-python/issues/1343
"numpy<2", # hdf5storage does not support numpy 2 (yet)
"pandas<2",
"xarray",
"rioxarray", # required for interacting with .tiff files
Expand Down Expand Up @@ -89,6 +89,7 @@ docs = [

[tool.hatch.envs.default]
features = ["dev", "docker"]
installer = "uv"

[tool.hatch.envs.default.scripts]
lint = [
Expand Down

0 comments on commit 18bfe6d

Please sign in to comment.