Skip to content

Commit

Permalink
Moves matplotlib outside of requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Oct 25, 2023
1 parent 16bb3bc commit da3f049
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hamilton/plugins/sklearn_plot_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from typing import Any, Collection, Dict, Optional, Type, Union

try:
import matplotlib # noqa: F401
import sklearn.inspection
import sklearn.metrics
import sklearn.model_selection
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graphviz
lightgbm
lxml
lz4
matplotlib
networkx
polars
pyarrow
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
matplotlib
numpy
pandas
typing_extensions > 4.0.0
Expand Down

0 comments on commit da3f049

Please sign in to comment.