Skip to content

Commit

Permalink
Include pint units.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder authored and lukaspie committed Jan 30, 2025
1 parent 2a08efa commit bf3f4fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via virtualenv
flexcache==0.3
# via pint
flexparser==0.4
# via pint
fonttools==4.55.2
# via matplotlib
ghp-import==2.1.0
Expand Down Expand Up @@ -135,9 +139,12 @@ pathspec==0.12.1
# mkdocs-macros-plugin
pillow==11.0.0
# via matplotlib
pint==0.24.4
# via pynxtools (pyproject.toml)
platformdirs==4.3.6
# via
# mkdocs-get-deps
# pint
# virtualenv
pluggy==1.5.0
# via pytest
Expand Down Expand Up @@ -204,7 +211,11 @@ types-pyyaml==6.0.12.20240917
types-requests==2.32.0.20241016
# via pynxtools (pyproject.toml)
typing-extensions==4.12.2
# via mypy
# via
# flexcache
# flexparser
# mypy
# pint
tzdata==2024.2
# via pandas
urllib3==2.2.3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"importlib-metadata",
"lxml>=4.9.1",
"anytree",
"pint>=0.17",
]

[project.urls]
Expand Down

0 comments on commit bf3f4fb

Please sign in to comment.