Skip to content

Commit

Permalink
Merge pull request #139 from regro-cf-autotick-bot/2.6.0_ha22af7
Browse files Browse the repository at this point in the history
mlflow v2.6.0
  • Loading branch information
serena-ruan authored Aug 15, 2023
2 parents e5c90dd + 3c5e226 commit 857093e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mlflow" %}
{% set version = "2.5.0" %}
{% set version = "2.6.0" %}
{% if mlflow_variant == "skinny" %}
{% set mlflow_suffix = "-skinny" %}
{% set mlflow_other = "" %}
Expand All @@ -14,7 +14,7 @@ package:

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

build:
number: 0
Expand Down Expand Up @@ -43,7 +43,7 @@ outputs:
- entrypoints <1
- flask <3 # [mlflow_variant != "skinny"]
- gitpython >=2.1.0,<4
- gunicorn <21 # [not win and mlflow_variant != "skinny"]
- gunicorn <22 # [not win and mlflow_variant != "skinny"]
- numpy <2 # [mlflow_variant != "skinny"]
- pandas <3 # [mlflow_variant != "skinny"]
- prometheus_flask_exporter <1 # [mlflow_variant != "skinny"]
Expand Down

0 comments on commit 857093e

Please sign in to comment.