Skip to content

Commit

Permalink
Merge pull request #191 from regro-cf-autotick-bot/2.16.0_h805db5
Browse files Browse the repository at this point in the history
mlflow v2.16.0
  • Loading branch information
xhochy authored Sep 4, 2024
2 parents 46e0199 + 51797bd commit 367c742
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 169 deletions.
12 changes: 0 additions & 12 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: 0 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

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

16 changes: 0 additions & 16 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_64_python3.8.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____cpython.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions README.md

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mlflow" %}
{% set version = "2.15.1" %}
{% set version = "2.16.0" %}

package:
name: mlflow-split
version: {{ version }}

source:
url: https://github.com/mlflow/mlflow/archive/refs/tags/v{{ version }}.zip
sha256: b7503a5ad64e7b970e5168ea54a1595b4b48bd17412181cc5bfdf61e8a5620d1
sha256: c9f8610142445556a4aee1849e7129056e6b67b180f86609f180740c5c9f051a

build:
number: 0
Expand Down Expand Up @@ -40,7 +40,7 @@ outputs:
- pyyaml >=5.1,<7
- requests >=2.17.3,<3
- sqlparse >=0.4.0,<1
- importlib-metadata <8,>=3.7.0,!=4.7.0
- importlib-metadata <9,>=3.7.0,!=4.7.0
- cachetools<6,>=5.0.0
- opentelemetry-api<3,>=1.0.0
- opentelemetry-sdk<3,>=1.0.0
Expand Down Expand Up @@ -89,16 +89,16 @@ outputs:
- alembic <2,!=1.10
- docker-py >=4.0.0,<8
- flask <4
- gunicorn <23 # [not win]
- numpy <2
- gunicorn <24 # [not win]
- numpy <3
- pandas <3
- prometheus_flask_exporter <1
- querystring_parser <2
- scipy <2
- sqlalchemy >=1.4.0,<3
- waitress <4 # [win]
- scikit-learn <2
- pyarrow <16,>=4.0.0
- pyarrow <18,>=4.0.0
- markdown <4,>=3.3
- jinja2 <4,>=3.0 # [win]
- jinja2 <4,>=2.11 # [not win]
Expand Down

0 comments on commit 367c742

Please sign in to comment.