diff --git a/pyproject.toml b/pyproject.toml index 0fc7a6a9bb..3ed7fb1288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,13 +95,13 @@ preprocessing = [ postprocessing = [ "spikeinterface[preprocessing]", "scipy", - "scikit-learn<1.8", + "scikit-learn", "numba>=0.59", "matplotlib>=3.6", ] metrics = [ - "scikit-learn<1.8", + "scikit-learn", "scipy", "pandas", "numba>=0.59", @@ -127,7 +127,7 @@ sorters = [ sortingcomponents = [ "spikeinterface[preprocessing]", "scipy", - "scikit-learn<1.8", + "scikit-learn", "numba>=0.59", "networkx", "hdbscan>=0.8.33", @@ -149,7 +149,7 @@ curation = [ "spikeinterface[postprocessing]", "spikeinterface[comparison]", "pandas", - "scikit-learn<1.8", + "scikit-learn", "skops", "huggingface_hub", "numba>=0.59", @@ -226,7 +226,7 @@ docs = [ "networkx", "seaborn", "skops", # For automated curation - "scikit-learn<1.8", # For automated curation + "scikit-learn", # For automated curation "huggingface_hub", # For automated curation ]