AnacondaRecipes / scikit-learn-feedstock

A conda-smithy repository for scikit-learn.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

scikit-learn 1.2.1 #21

Closed skupr-anaconda closed 1 year ago

skupr-anaconda commented 1 year ago

Recipe directory diff between current master and this update:

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index c2e69d8..0ecbe2a 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,5 +1,5 @@
 {% set name = "scikit-learn" %}
-{% set version = "1.2.0" %}
+{% set version = "1.2.1" %}

 package:
   name: {{ name|lower }}
@@ -7,7 +7,7 @@ package:

 source:
   url: https://github.com/{{ name }}/{{ name }}/archive/{{ version }}.tar.gz
-  sha256: 84ad05fbb8529856645344a81b01a0bbff8818493535de08a5e85b2054adc31a
+  sha256: 50613365b0c118b07ad51902d46b9f7779b8f81ea932a205bd12e64b829eea9a

 build:
   number: 1

Links:

Updating the recipe: If the recipe needs additional modification the update branch can be modified. Note that the PR diffs are not updated with these changes.

git clone -b 1.2.1 git@github.com:AnacondaRecipes/scikit-learn-feedstock.git