Skip to content

Commit ad9e59c

Browse files
committed
Fix rendering issues and depencies
1 parent 9ae1cc5 commit ad9e59c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The rules for CHANGELOG file:
1313

1414
0.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.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ classifiers = [
3838
"Topic :: Scientific/Engineering",
3939
]
4040
dependencies = [
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
]
4444
dynamic = ["version"]
4545

0 commit comments

Comments
 (0)