Skip to content

Commit

Permalink
pint to >= 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jun 25, 2024
1 parent 4c8b1a4 commit e308146
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ classifiers = [
]
requires-python = ">= 3.9"
dependencies = [
"numpy >= 1.20; python_version > '3.9'",
"pint >= 0.24; python_version > '3.9'",
"numpy >= 1.20, < 2.0; python_version == '3.9'",
"pint >= 0.22; python_version == '3.9'",
"numpy >= 1.20",
"pint >= 0.24.1",
"pyyaml",
"uncertainties",
"striprtf",
Expand Down

0 comments on commit e308146

Please sign in to comment.