Skip to content

Commit

Permalink
evalml-core v0.79.0 (#147)
Browse files Browse the repository at this point in the history
* updated v0.79.0

* MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.14.18.00.23

* Update meta.yaml

---------

Co-authored-by: Christopher Bunn <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and christopherbunn authored Aug 15, 2023
1 parent ba071d5 commit f41facd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

22 changes: 10 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.78.0" %}
{% set version = "0.79.0" %}

package:
name: evalml-core
version: {{ version }}

source:
url: https://pypi.io/packages/source/e/evalml/evalml-{{ version }}.tar.gz
sha256: 863ab72c18bcbc15e6d78c6012bee0b846b3dd721b9dcbeb61e363b5e1955061
sha256: 222dc6885983ddfe6de7c66da6880cae5e2e0e053240ec4622a6b725f89ae159
build:
number: 0

Expand All @@ -22,17 +22,17 @@ outputs:
- python >=3.8,<3.10
- pip
run:
- numpy >=1.21.0, <=1.23.5
- numpy >=1.21.0
- pandas >=1.5.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scikit-learn >=1.2.2
- scikit-learn >=1.3.0
- scikit-optimize >=0.9.0
- statsmodels >=0.12.2
- colorama >=0.4.4
- cloudpickle >=1.5.0
- click>=8.0.0
- shap >=0.40.0
- shap >=0.42.0
- texttable >=1.6.2
- woodwork >=0.22.0
- featuretools>=1.16.0
Expand All @@ -50,7 +50,7 @@ outputs:
imports:
- evalml
requires:
- pytest ==6.0.1
- pytest ==7.1.2
- nbval ==0.9.3
source_files:
- evalml/*
Expand All @@ -71,21 +71,21 @@ outputs:
- ipywidgets >=7.5, <8.0.5
- xgboost >=1.7.0
- catboost >=1.1.1
- lightgbm >=2.3.1
- lightgbm >=4.0.0
- lime >=0.2.0.1
- python >=3.8.*
- imbalanced-learn >=0.9.1
- sktime ==0.17.0
- sktime >=0.21.0
- pmdarima >=1.8.5
- vowpalwabbit >=8.11.0
test:
imports:
- evalml
requires:
- pytest ==6.0.1
- pytest ==7.1.2
- nbval ==0.9.3
- python-graphviz >=0.8.4
- category_encoders >=2.0.0
- category_encoders >=2.2.2, <=2.5.1.post0
- pytest-xdist
source_files:
- evalml/*
Expand All @@ -105,8 +105,6 @@ about:
extra:
recipe-maintainers:
- machineAYX
- dsherry
- freddyaboulton
- ParthivNaresh
- bchen1116
- chukarsten
Expand Down

1 comment on commit f41facd

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.