Skip to content

Commit

Permalink
Merge pull request #5 from vasilvas99/master
Browse files Browse the repository at this point in the history
Freeze pint version to a known good one (0.19)
  • Loading branch information
dylanwal authored Jun 28, 2023
2 parents 9741250 + a85547c commit f4526e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package_dir =
zip_safe = no
include_package_data = true
install_requires =
pint>=0.18
pint==0.19

[options.extras_require]
testing =
Expand All @@ -35,4 +35,4 @@ testing =

[flake8]
max-line-length = 160
exclude = /unit_parse/support_files
exclude = /unit_parse/support_files

0 comments on commit f4526e6

Please sign in to comment.