Skip to content

Commit e4575e1

Browse files
author
Shane Snyder
committed
add rich as pydarshan dependency
1 parent 30d445a commit e4575e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

darshan-util/pydarshan/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ dependencies = [
1818
"matplotlib",
1919
"seaborn",
2020
"mako",
21-
"humanize"
21+
"humanize",
22+
"rich"
2223
]
2324
classifiers = [
2425
"Development Status :: 4 - Beta",
@@ -43,9 +44,7 @@ test = [
4344
"packaging",
4445
"pytest",
4546
"lxml",
46-
"matplotlib",
4747
"importlib_resources;python_version<'3.9'",
48-
"humanize"
4948
]
5049

5150
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)