Skip to content

Commit 28b36a5

Browse files
committed
PyClustering Fix Issue
1 parent d8a6c59 commit 28b36a5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ Or with **pip**:
124124

125125
- matplotlib
126126
- numpy>=1.13
127-
- pyclustering
128127
- pyod
129128
- scipy>=1.3.1
130129
- scikit_learn>=0.20.0
131130
- six
132131

133132
**Optional Dependencies**:
134133

134+
- pyclustering (used in the CLUST thresholder)
135135
- ruptures (used in the CPD thresholder)
136136
- geomstats (used in the KARCH thresholder)
137137
- scikit-lego (used in the META thresholder)

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Or with **pip**:
3434

3535
- matplotlib
3636
- numpy>=1.13
37-
- pyclustering
3837
- pyod
3938
- scipy>=1.3.1
4039
- scikit_learn>=0.20.0
4140
- six
4241

4342
**Optional Dependencies**:
4443

44+
- pyclustering (used in the CLUST thresholder)
4545
- ruptures (used in the CPD thresholder)
4646
- geomstats (used in the KARCH thresholder)
4747
- scikit-lego (used in the META thresholder)

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
geomstats
22
joblib>=0.14.1
33
matplotlib
4-
numpy>=1.13
4+
numpy<=1.23.5
55
pandas
66
pyclustering
77
pyod

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
matplotlib
22
numpy>=1.13
3-
pyclustering
43
pyod
54
scikit-learn>=0.20.0
65
scipy>=1.3.1

0 commit comments

Comments
 (0)