Skip to content

Commit

Permalink
Made "rich" package a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Jan 3, 2025
1 parent 0667643 commit d327e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ dependencies = [
"importlib-resources", # added to allow incorporation of `data` later on
"numpy<2.0.0",
"scipy",
"matplotlib",
"pillow",
"pandas",
"rich",
"pillow",
"matplotlib",
"anytree",
"networkx",
"rdkit",
Expand All @@ -52,7 +53,6 @@ jupyter = [
"ipywidgets==8.0.4",
]
visuals = [
"rich",
"nglview==3.0.6",
"py3Dmol",
]
Expand Down

0 comments on commit d327e9c

Please sign in to comment.