Skip to content

Commit

Permalink
Update scikit-learn to version 1.1.3 (closes #732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 4, 2023
1 parent dc6f3b1 commit 1f7e189
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions server/pypi/packages/scikit-learn/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f7e189

Please sign in to comment.