git: 82a95d5b6f08 - main - science/py-scikit-learn: remove upper bound for scipy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Mar 2026 12:43:33 UTC
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]