diff --git a/pyproject.toml b/pyproject.toml index c1bed10..d3a7fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,17 @@ build-backend = "setuptools.build_meta" [project] name = "sansa" -version = "1.1.0" +version = "1.1.1" description = "Scalable collaborative filtering model based on sparse approximate inverse" dependencies = [ "numba >= 0.57.0", "numpy >= 1.22.3", - "scikit-sparse >= 0.4.8", "scipy >= 1.7.3", + + 'scikit-sparse < 0.5.0', + 'scikit-sparse >= 0.4.8; python_version == "3.10"', + 'scikit-sparse >= 0.4.11; python_version == "3.11"', + 'scikit-sparse >= 0.4.13; python_version >= "3.12"', ] requires-python = ">= 3.10" authors = [