Skip to content

Commit

Permalink
matplotlib requirement added
Browse files Browse the repository at this point in the history
  • Loading branch information
iwan-tee committed Apr 15, 2024
1 parent 6953517 commit e3a54ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "pypi"
networkx = "*"
numpy = "*"
scikit-learn = "*"
matplotlib = "*"

[dev-packages]
pytest = "*"
Expand All @@ -20,4 +21,4 @@ sphinx-rtd-theme = "0.5.2"
[extras]
ray = "*"
shap = "0.44.1"
xarray = "*"
xarray = "*"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
KEYWORDS = ["hierarchical classification"]
DACS_SOFTWARE = "https://gitlab.com/dacs-hpi"
# What packages are required for this module to be executed?
REQUIRED = ["networkx", "numpy", "scikit-learn", "scipy<1.13"]
REQUIRED = ["networkx", "numpy", "scikit-learn", "scipy<1.13", "matplotlib"]

# What packages are optional?
# 'fancy feature': ['django'],}
Expand Down

0 comments on commit e3a54ee

Please sign in to comment.