Skip to content

Commit

Permalink
Update meta.yaml constraints (#181)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 10, 2024
2 parents 30e00e0 + b1ed1eb commit 3a0fc15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 57ef4fe533a13bf2005dc6a1a7c1b36fdf29e6a73a2d43974dbb81744defb8ce

build:
number: 0
number: 1

outputs:
- name: mlflow-skinny
Expand All @@ -32,9 +32,9 @@ outputs:
- click >=7.0,<9
- cloudpickle <4
- entrypoints <1
- gitpython >=2.1.0,<4
- gitpython >=3.1.9,<4
- packaging <25
- protobuf >=3.12.0,<6
- protobuf >=3.12.0,<5
- python
- pytz <2025
- pyyaml >=5.1,<7
Expand Down Expand Up @@ -88,7 +88,7 @@ outputs:
- alembic <2,!=1.10
- docker-py >=4.0.0,<8
- flask <4
- gunicorn <22 # [not win]
- gunicorn <23 # [not win]
- numpy <2
- pandas <3
- prometheus_flask_exporter <1
Expand Down Expand Up @@ -215,7 +215,7 @@ outputs:
- python
- {{ pin_subpackage('mlflow-skinny', exact=True) }}
- flask <4
- gunicorn <22 # [not win]
- gunicorn <23 # [not win]
- waitress <3 # [win]
- querystring_parser <2
script: build-mlflow.bat # [win]
Expand Down

0 comments on commit 3a0fc15

Please sign in to comment.