Skip to content

Commit

Permalink
glum v3.0.1 and remove scikit-learn pin (#33)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jtilly authored May 23, 2024
1 parent 854d3fc commit a1b0cab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "glum" %}
{% set version = "3.0.0" %}
{% set version = "3.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 58d44bb6b25f8da49712f57f50b80d7ea674fa0b7d42b778df77145b11da8f8a
sha256: af65edbabf7d76ab8caed0c51b6c02175ae7f5b7cca32ea65f465658edf24c9d


build:
Expand Down Expand Up @@ -35,15 +35,15 @@ requirements:
- llvm-openmp # [osx]
- numpy
- pip
- scikit-learn >=0.23,<1.5
- scikit-learn >=0.23
- setuptools_scm
run:
- python
- joblib
- numexpr
- {{ pin_compatible('numpy') }}
- pandas
- scikit-learn >=0.23,<1.5
- scikit-learn >=0.23
- scipy
- formulaic >=0.6
- tabmat >=4.0.0
Expand Down

0 comments on commit a1b0cab

Please sign in to comment.