Commit Graph

17 Commits

Author SHA1 Message Date
daniel
6802ac4174 update sklearn to 1.2.0
ok pirofti@ (MAINTAINER)
2023-01-17 00:19:04 +00:00
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
daniel
cd102b7b93 we have pytest >= 5.0.1 now 2022-02-28 03:47:03 +00:00
daniel
af20690cb5 update sklearn to 1.0.2
This update includes a fix for (currently disputed) CVE-2020-28975 which
affects sklearn version 0.23.2.

ok pirofti@ (MAINTAINER)
2022-01-02 22:42:56 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
kmos
32db1043f9 py-scikit-learn uses C++11, so needs ports-gcc for base-gcc arches.
ok daniel
2020-11-14 19:20:31 +00:00
daniel
f49cc8e774 unbreak sklearn by updating to 0.23.2
Doing "import sklearn" resulted in breakage at runtime due to sklearn
0.20.3 not being compatible with python 3.8.

In addition:
- add WANTLIB
- rework the DEPs for the new version
- remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748

Breakage initially reported by James Cook (who provided many pointers on
moving forward) and also tested the update.
2020-10-28 04:04:04 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
781c44809d py-scikit-learn: use MODPY_FLAVOR for py-joblib 2020-07-01 10:07:33 +00:00
pirofti
72d228a52c Switch ports to FLAVOR=python3.
OK sthen@
2020-06-26 12:57:45 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +00:00
kmos
281a81cea2 Move testing instances using uname -r with backticks to the
better OSREV
2019-11-26 16:11:34 +00:00
pirofti
8a5122a6fe Import py-scikit-learn.
scikit-learn is a BSD-licensed Python module for machine learning
and data mining built on top of SciPy.

Initially created by robert@, modified by me and kmos@.

This is not polished enough, but it can improved in the tree now.
Once the 21 branch rolls out a new version, we will probably update to that.
Currently it is broken for non-OpenMP builds.

OK robert@, kmos@
2019-08-13 08:30:05 +00:00