commit:     b9a161ba14e53351d2da9b7a6c29ee606c4f6fb8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 10:32:15 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 10:32:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9a161ba

dev-python/pynndescent: bump python compat, unpin scikit-learn

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pynndescent/pynndescent-0.5.2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pynndescent/pynndescent-0.5.2.ebuild 
b/dev-python/pynndescent/pynndescent-0.5.2.ebuild
index 894f3114f..3eeb7ae79 100644
--- a/dev-python/pynndescent/pynndescent-0.5.2.ebuild
+++ b/dev-python/pynndescent/pynndescent-0.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,9 +19,9 @@ RDEPEND="${PYTHON_DEPS}
        dev-python/joblib[${PYTHON_USEDEP}]
        >=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
        >=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       <=sci-libs/scikit-learn-0.24.0[${PYTHON_USEDEP}]
+       >=dev-python/scipy-1.0[${PYTHON_USEDEP}]
+       >=sci-libs/scikit-learn-0.18.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 
-distutils_enable_tests nose
+distutils_enable_tests pytest

Reply via email to