Skip to content

Commit

Permalink
Merge pull request #25 from sebp/update-0.21.0
Browse files Browse the repository at this point in the history
Update to v0.21.0
  • Loading branch information
xhochy authored Jun 11, 2023
2 parents efc78a7 + 2d6828f commit 0efb8f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "scikit-survival" %}
{% set version = "0.20.0" %}
{% set version = "0.21.0" %}


package:
Expand All @@ -8,10 +8,10 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/scikit-survival-{{ version }}.tar.gz
sha256: db8fbc4a8722ababb72a7a0649d57939de6dfce4f5b8f92fd7d8b7a797b32e3c
sha256: adc744b65983dced8142ec31465389fc738405d589051251e5447aad9a1e02bc

build:
number: 2
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<38]

Expand All @@ -35,6 +35,7 @@ requirements:
- python
- {{ pin_compatible('numpy') }}
- scikit-learn >=1.2.0,<1.3
- importlib_resources >=1.3 # [py <= 38]
- ecos
- joblib
- numexpr
Expand Down

0 comments on commit 0efb8f5

Please sign in to comment.