Skip to content

Commit

Permalink
limit netCDF for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 14, 2024
1 parent decb1be commit aedc76b
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 @@ -45,7 +45,8 @@ dependencies = [
"ipywidgets>8.0.0",
"lmfit>=1.0.0",
"matplotlib>=3.0.3",
"netCDF4>=1.5.0",
"netCDF4>=1.5.0,<1.7.0; python_version<'3.9'",
"netCDF4>=1.5.0; python_version>='3.9'",
"numba>=0.53.0",
"numpy>=1.20.0,<2.0.0",
"packaging",
Expand Down

0 comments on commit aedc76b

Please sign in to comment.