Skip to content

Commit

Permalink
Update pyproject.toml (#693)
Browse files Browse the repository at this point in the history
Adding pinning for netcdf4 so that this will still run in python 3.8 on windows
  • Loading branch information
IFenton authored Jun 19, 2024
1 parent 07fb74e commit 859c1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"exifread~=3.0",
"distinctipy~=1.2",
"ipython~=8.3",
"tqdm~=4.65"
"tqdm~=4.65",
"netcdf4<1.7"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 859c1b8

Please sign in to comment.