Skip to content

Commit

Permalink
Removing mako from dependencies. (#1405)
Browse files Browse the repository at this point in the history
I can find no use of the "mako" library in ARMI.  So either it is unused and can be deleted, or it is a secondary dependency and can be deleted.

Either way, less is more.
  • Loading branch information
john-science committed Sep 11, 2023
1 parent 738f47e commit 5c4c5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -85,7 +85,6 @@ def collectExtraFiles():
"ipykernel",
"jupyter-contrib-nbextensions",
"jupyter_client",
"mako",
"nbsphinx",
"nbsphinx-link",
"pytest",
Expand Down

0 comments on commit 5c4c5cf

Please sign in to comment.