Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2026 12:43:33 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82a95d5b6f08 - main - science/py-scikit-learn: remove upper bound for scipy
Message-ID:  <69ca6ff5.1ccf5.3c8c3f7b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82a95d5b6f0868b4acdece8842cd9dba8a019f99

commit 82a95d5b6f0868b4acdece8842cd9dba8a019f99
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-03-30 12:43:08 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-03-30 12:43:08 +0000

    science/py-scikit-learn: remove upper bound for scipy
    
    PR:             293833
    Approved by:    maintainer timeout
---
 science/py-scikit-learn/Makefile                   | 1 +
 science/py-scikit-learn/files/patch-pyproject.toml | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile
index 810db17ffb2f..5f6b4a043497 100644
--- a/science/py-scikit-learn/Makefile
+++ b/science/py-scikit-learn/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	scikit-learn
 DISTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-scikit-learn/files/patch-pyproject.toml b/science/py-scikit-learn/files/patch-pyproject.toml
index 75816c8d0a59..6afd5e2f3c98 100644
--- a/science/py-scikit-learn/files/patch-pyproject.toml
+++ b/science/py-scikit-learn/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-03-01 01:15:33 UTC
+--- pyproject.toml.orig	2025-12-09 16:13:35 UTC
 +++ pyproject.toml
 @@ -13,8 +13,7 @@ requires-python = ">=3.11"
    "threadpoolctl>=3.2.0",
@@ -10,12 +10,14 @@
  classifiers=[
    "Intended Audience :: Science/Research",
    "Intended Audience :: Developers",
-@@ -97,7 +96,7 @@ requires = [
+@@ -97,8 +96,8 @@ requires = [
  requires = [
      "meson-python>=0.17.1,<0.19.0",
      "cython>=3.1.2,<3.3.0",
 -    "numpy>=2,<2.4.0",
+-    "scipy>=1.10.0,<1.17.0",
 +    "numpy",
-     "scipy>=1.10.0,<1.17.0",
++    "scipy>=1.10.0",
  ]
  
+ [tool.pytest.ini_options]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ca6ff5.1ccf5.3c8c3f7b>