Skip to content

Commit

Permalink
Update matchms to 0.28.2 (#52048)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 12, 2024
1 parent 3f52935 commit 804c0a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/matchms/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "matchms" %}
{% set version = "0.28.1" %}
{% set version = "0.28.2" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: f727d116fdbc8c6ed0ada94f2fc857a40b33ea27333265fe540221e744b61296
sha256: 63b0c3af5cbdc6367a50ecae002e832f96c96d5a7073774b608984ce2b515d46

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
run_exports:
Expand Down

0 comments on commit 804c0a6

Please sign in to comment.