File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ distlib==0.3.9
3636 # via virtualenv
3737filelock == 3.16.1
3838 # via virtualenv
39+ flexcache == 0.3
40+ # via pint
41+ flexparser == 0.4
42+ # via pint
3943fonttools == 4.55.2
4044 # via matplotlib
4145ghp-import == 2.1.0
@@ -135,9 +139,12 @@ pathspec==0.12.1
135139 # mkdocs-macros-plugin
136140pillow == 11.0.0
137141 # via matplotlib
142+ pint == 0.24.4
143+ # via pynxtools (pyproject.toml)
138144platformdirs == 4.3.6
139145 # via
140146 # mkdocs-get-deps
147+ # pint
141148 # virtualenv
142149pluggy == 1.5.0
143150 # via pytest
@@ -204,7 +211,11 @@ types-pyyaml==6.0.12.20240917
204211types-requests == 2.32.0.20241016
205212 # via pynxtools (pyproject.toml)
206213typing-extensions == 4.12.2
207- # via mypy
214+ # via
215+ # flexcache
216+ # flexparser
217+ # mypy
218+ # pint
208219tzdata == 2024.2
209220 # via pandas
210221urllib3 == 2.2.3
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments