Skip to content

Commit

Permalink
Update matchms to 0.28.1 (#51974)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 6, 2024
1 parent c442378 commit 51300e0
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.27.0" %}
{% set version = "0.28.1" %}

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

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

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 51300e0

Please sign in to comment.