Skip to content

Commit

Permalink
Release 1.3.0 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Jun 30, 2023
1 parent c234a18 commit 7199b34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.2.2" %}
{% set version = "1.3.0" %}

package:
name: scikit-learn
version: {{ version }}

source:
url: https://github.com/scikit-learn/scikit-learn/archive/{{ version }}.tar.gz
sha256: 992694e21ce4285aab71b09939d3ed7e5ddb41b8803eb98e10aaba927b74bdf1
sha256: ead129f466a0859555ce4f41280ae06623ef3255efff0b1692c57f15e39767b5
patches:
- patches/0001-ignore-errors-when-tearing-down-modules.patch

build:
number: 2
number: 0
skip: true # [py<38]
script:
# build the C files in parallel. This helps beat the
Expand All @@ -35,9 +35,9 @@ requirements:
# temporary pin pip to avoid missing oldest-supported-numpy error
- pip ==22.0.4
- setuptools
- cython >=0.29.24
- cython >=0.29.33
- numpy
- scipy >=1.3.2 # [not aarch64]
- scipy >=1.5.0 # [not aarch64]
- scipy >=1.8 # [aarch64]
- joblib >=1.1.1
- threadpoolctl >=2.0.0
Expand Down Expand Up @@ -104,8 +104,8 @@ requirements:

test:
requires:
- pytest >=5.3.1
- cython >=0.29.24
- pytest >=7.1.2
- cython >=0.29.33
- pytest-xdist
- pytest-timeout
imports:
Expand Down

0 comments on commit 7199b34

Please sign in to comment.