Skip to content

Commit

Permalink
Update clinker-py to 0.0.31 (#52339)
Browse files Browse the repository at this point in the history
* Update clinker-py to 0.0.31

* add setuptools to host

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 25, 2024
1 parent a394657 commit 2c315c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/clinker-py/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "clinker" %}
{% set version = "0.0.30" %}
{% set version = "0.0.31" %}

package:
name: {{ name }}-py
version: "{{ version }}"

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

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- pip
- python >=3.6
- setuptools
run:
- python >=3.6
- disjoint-set >=0.7.1
Expand Down

0 comments on commit 2c315c8

Please sign in to comment.