Skip to content

Commit

Permalink
Removed matplotlib as core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Dec 16, 2024
1 parent 919b315 commit edaeab5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ Or with **pip**:
**Required Dependencies**:

- matplotlib
- numpy>=1.13
- pyod
- scipy>=1.3.1
Expand Down
1 change: 0 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Or with **pip**:
**Required Dependencies**:

- matplotlib
- numpy>=1.13
- pyod
- scipy>=1.3.1
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

docutils
joblib
matplotlib
numpy
pandas
pyclustering
Expand Down
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pyclustering
https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip
joblib>=0.14.1
matplotlib
numpy<=1.26.4
pandas
pyod
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>=1.13
pyod
scikit-learn>=0.20.0
Expand Down

0 comments on commit edaeab5

Please sign in to comment.