python3-scikit-learn: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:15 -04:00
parent 593ca59a79
commit 7aab870fa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-scikit-learn' # Template file for 'python3-scikit-learn'
pkgname=python3-scikit-learn pkgname=python3-scikit-learn
version=0.24.2 version=0.24.2
revision=2 revision=3
wrksrc="scikit-learn-${version}" wrksrc="scikit-learn-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-scipy" hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-scipy"