File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The rules for CHANGELOG file:
1313
14140.3.0 (XXXX/XX/XX)
1515------------------
16+ - Fixed moved function import from scipy and bump scipy dependency to 1.15.0 (#236)
1617- Fix rendering issues for `SparseKDE` and `QuickShift` (#236)
1718- Updating ``FPS`` to allow a numpy array of ints as an initialize parameter (#145)
1819- Supported Python versions are now ranging from 3.9 - 3.12.
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ classifiers = [
3838 " Topic :: Scientific/Engineering" ,
3939]
4040dependencies = [
41- " scikit-learn < 1.6 .0" ,
42- " scipy < 1.15.0" ,
41+ " scikit-learn >= 1.1 .0" ,
42+ " scipy >= 1.15.0" , # explicit here since need a newer version as scikit-learn
4343]
4444dynamic = [" version" ]
4545
You can’t perform that action at this time.
0 commit comments