From a1b0cab7682869a89f30a5938112a94a39394cc4 Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Thu, 23 May 2024 20:55:05 +0200 Subject: [PATCH] glum v3.0.1 and remove scikit-learn pin (#33) * MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.0, and conda-forge-pinning 2024.05.23.15.13.04 * Remove scikit-learn pin. --- .github/CODEOWNERS | 2 +- README.md | 5 +++-- recipe/meta.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 906f885..34ce67d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @MarcAntoineSchmidtQC @MatthiasSchmidtblaicherQC @janjagusch @jtilly @xhochy \ No newline at end of file +* @MarcAntoineSchmidtQC @MatthiasSchmidtblaicherQC @janjagusch @jtilly @tbenthompson @xhochy \ No newline at end of file diff --git a/README.md b/README.md index 5dbed9e..58b806b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Home: https://github.com/Quantco/glum Package license: BSD-3-Clause -Summary: High performance Python GLMs with all the features! +Summary: High performance Python GLMs with all the features! Development: https://github.com/Quantco/glum @@ -24,7 +24,7 @@ Current build status - +
Azure @@ -337,5 +337,6 @@ Feedstock Maintainers * [@MatthiasSchmidtblaicherQC](https://github.com/MatthiasSchmidtblaicherQC/) * [@janjagusch](https://github.com/janjagusch/) * [@jtilly](https://github.com/jtilly/) +* [@tbenthompson](https://github.com/tbenthompson/) * [@xhochy](https://github.com/xhochy/) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 563fec9..07ea097 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "glum" %} -{% set version = "3.0.0" %} +{% set version = "3.0.1" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 58d44bb6b25f8da49712f57f50b80d7ea674fa0b7d42b778df77145b11da8f8a + sha256: af65edbabf7d76ab8caed0c51b6c02175ae7f5b7cca32ea65f465658edf24c9d build: @@ -35,7 +35,7 @@ requirements: - llvm-openmp # [osx] - numpy - pip - - scikit-learn >=0.23,<1.5 + - scikit-learn >=0.23 - setuptools_scm run: - python @@ -43,7 +43,7 @@ requirements: - numexpr - {{ pin_compatible('numpy') }} - pandas - - scikit-learn >=0.23,<1.5 + - scikit-learn >=0.23 - scipy - formulaic >=0.6 - tabmat >=4.0.0