diff --git a/server/pypi/packages/scikit-learn/meta.yaml b/server/pypi/packages/scikit-learn/meta.yaml index 2915c52776..ad9622bf3c 100644 --- a/server/pypi/packages/scikit-learn/meta.yaml +++ b/server/pypi/packages/scikit-learn/meta.yaml @@ -1,11 +1,17 @@ +{% if PY_VER == "3.8" %} + {% set numpy_version = "1.19.5" %} +{% else %} + {% set numpy_version = "1.23.3" %} +{% endif %} + package: name: scikit-learn - version: "0.24.1" + version: "1.1.3" requirements: build: - - cython 0.29.14 + - cython 0.29.24 host: - chaquopy-openblas 0.2.20 - - numpy 1.17.4 + - numpy {{ numpy_version }} - scipy 1.4.1