Skip to content

Commit

Permalink
Add py-rich per user request
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 18, 2024
1 parent 4b3a97d commit 4693159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/key4hep-stack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class Key4hepStack(BundlePackage, Key4hepPackage):
depends_on("[email protected]:", when="+devtools")
depends_on("py-matplotlib", when="+devtools")
depends_on("py-nbconvert", when="+devtools")
depends_on("py-rich", when="+devtools")
depends_on("py-onnxruntime", when="+devtools")
depends_on("py-onnx", when="+devtools")
depends_on("py-pandas", when="+devtools")
Expand Down

0 comments on commit 4693159

Please sign in to comment.