Skip to content

Commit

Permalink
Merge pull request #3 from yucongalicechen/0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
sbillinge authored Oct 27, 2024
2 parents 2cc79ae + 6e6b91b commit 8cd4797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "diffpy.labpdfproc" %}
{% set version = "0.1.3" %}
{% set version = "0.2.0" %}

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

source:
url: https://pypi.io/packages/source/d/diffpy_labpdfproc/diffpy_labpdfproc-{{ version }}.tar.gz
sha256: be987107c75262f2da195b13db2f0ae42e488721a44a1d6d93034e680d0737d9
sha256: 1b469a2eded18fd4ed9f7d6243bee0e761c6ae506e87a46ce3e2fde950c4e441

build:
noarch: python
Expand All @@ -18,13 +18,13 @@ build:

requirements:
host:
- python >=3.10
- python >=3.11
- setuptools
- setuptools-git-versioning >=2.0
- pip

run:
- python >=3.10
- python >=3.11
- numpy
- diffpy.utils
- pandas
Expand Down

0 comments on commit 8cd4797

Please sign in to comment.