From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9AC013933E for ; Sat, 3 Jul 2021 10:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37035E0801; Sat, 3 Jul 2021 10:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DCD0E0801 for ; Sat, 3 Jul 2021 10:32:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC9DC342A96 for ; Sat, 3 Jul 2021 10:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE457B3 for ; Sat, 3 Jul 2021 10:32:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1625308335.b9a161ba14e53351d2da9b7a6c29ee606c4f6fb8.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pynndescent/pynndescent-0.5.2.ebuild X-VCS-Directories: dev-python/pynndescent/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b9a161ba14e53351d2da9b7a6c29ee606c4f6fb8 X-VCS-Branch: master Date: Sat, 3 Jul 2021 10:32:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01f647a5-ebeb-4d18-9eb6-6a8af50ad77c X-Archives-Hash: fa8c552334092258ff5324d0d408afa0 commit: b9a161ba14e53351d2da9b7a6c29ee606c4f6fb8 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 3 10:32:15 2021 +0000 Commit: Andrew Ammerlaan gentoo 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 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