Skip to content

Commit

Permalink
crowsetta v5.0.3 (#8)
Browse files Browse the repository at this point in the history
* updated v5.0.3

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.02.20.04.05

* Raise lower bound on Python version in recipe/meta.yaml

---------

Co-authored-by: David Nicholson <NickleDave@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and NickleDave authored Jul 3, 2024
1 parent 2ede9b3 commit 969719b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "crowsetta" %}
{% set version = "5.0.2.post1" %}
{% set version = "5.0.3" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/crowsetta-{{ version }}.tar.gz
sha256: 3fd71fe4c55df639646e0c961cd883220a9ad92ae77fa7732196a843cc609d6e
sha256: 52c42c61d314e0279f69fa00789a2937d503350e6acaba63e80b4200346684a9

build:
number: 0
Expand All @@ -18,7 +18,7 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.10
- flit-core
run:
- appdirs >=1.4.4
Expand All @@ -27,7 +27,7 @@ requirements:
- numpy >=1.22.0
- pandas >=1.4.0
- pandera >=0.9.0
- python >=3.9
- python >=3.10
- scipy >=1.8.0
- pysoundfile >=0.12.1

Expand Down

0 comments on commit 969719b

Please sign in to comment.