Skip to content

Commit

Permalink
[bot-automerge] pysqa v0.1.22 (#59)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 21, 2024
2 parents c6cdbbb + 4e84fb7 commit cc57b37
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
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
3 changes: 2 additions & 1 deletion .scripts/build_steps.sh

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

9 changes: 6 additions & 3 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,13 +1,13 @@
{% set name = "pysqa" %}
{% set version = "0.1.21" %}
{% set version = "0.1.22" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pysqa-{{ version }}.tar.gz
sha256: 75722fcdcf78dde793dcc610079095cad75cdbf26f380fc2b4f8f17f0ae2da30
sha256: 007606ea7ac25ccf9e3f847324c9842cc7d41dca3f654ace745fcf3c9df607da

build:
entry_points:
Expand All @@ -29,8 +29,8 @@ requirements:
run:
- python >=3.7
- jinja2 >=2.11.3,<=3.1.4
- pandas >=1.5.3,<=2.2.2
- pyyaml >=5.3.1,<=6.0.1
- pandas >=1.5.3,<=2.2.3
- pyyaml >=5.3.1,<=6.0.2

test:
imports:
Expand Down

0 comments on commit cc57b37

Please sign in to comment.