Skip to content

Commit bf3f4fb

Browse files
RubelMozumderlukaspie
authored andcommitted
Include pint units.
1 parent 2a08efa commit bf3f4fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

dev-requirements.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ distlib==0.3.9
3636
# via virtualenv
3737
filelock==3.16.1
3838
# via virtualenv
39+
flexcache==0.3
40+
# via pint
41+
flexparser==0.4
42+
# via pint
3943
fonttools==4.55.2
4044
# via matplotlib
4145
ghp-import==2.1.0
@@ -135,9 +139,12 @@ pathspec==0.12.1
135139
# mkdocs-macros-plugin
136140
pillow==11.0.0
137141
# via matplotlib
142+
pint==0.24.4
143+
# via pynxtools (pyproject.toml)
138144
platformdirs==4.3.6
139145
# via
140146
# mkdocs-get-deps
147+
# pint
141148
# virtualenv
142149
pluggy==1.5.0
143150
# via pytest
@@ -204,7 +211,11 @@ types-pyyaml==6.0.12.20240917
204211
types-requests==2.32.0.20241016
205212
# via pynxtools (pyproject.toml)
206213
typing-extensions==4.12.2
207-
# via mypy
214+
# via
215+
# flexcache
216+
# flexparser
217+
# mypy
218+
# pint
208219
tzdata==2024.2
209220
# via pandas
210221
urllib3==2.2.3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"importlib-metadata",
3636
"lxml>=4.9.1",
3737
"anytree",
38+
"pint>=0.17",
3839
]
3940

4041
[project.urls]

0 commit comments

Comments
 (0)