Skip to content

Commit

Permalink
Update pint requirement from >=0.17,<0.19 to >=0.17,<0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [pint](https://github.com/hgrecco/pint) to permit the latest version.
- [Release notes](https://github.com/hgrecco/pint/releases)
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.17...0.21)

---
updated-dependencies:
- dependency-name: pint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 514584c commit 1bb8294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [ { include = "easyCore" } ]
[tool.poetry.dependencies]
python = ">=3.8"
numpy = "^1.21"
pint = ">=0.17,<0.19"
pint = ">=0.17,<0.22"
uncertainties = "^3.1"
lmfit = "^1.0"
bumps = ">=0.8,<0.10"
Expand Down

0 comments on commit 1bb8294

Please sign in to comment.