Skip to content

Commit

Permalink
Update peptides to v0.3.4 (#50809)
Browse files Browse the repository at this point in the history
* Update `peptides` to `v0.3.4`

* Pin subpackage version in `peptides` recipe
  • Loading branch information
althonos committed Sep 19, 2024
1 parent 9b4f5ab commit 94f1435
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/peptides/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{% set name = "peptides" %}
{% set version = "0.3.1" %}
{% set version = "0.3.4" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d813fdfa74cb3d9087420d9e9c12faa35366ad1cd37ab4fb57236da8f7dd1776
sha256: e4cd95c7aec68a1876d85bd544478d2d0106e1d884b515c861979dbe00e14a39

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
- python
- pip
- setuptools >=39.2
- setuptools >=46.4
- wheel >=0.30
- astor >=0.6
run:
Expand Down

0 comments on commit 94f1435

Please sign in to comment.