Skip to content

Commit

Permalink
Merge pull request #57 from regro-cf-autotick-bot/0.1.20_hbcd765
Browse files Browse the repository at this point in the history
[bot-automerge] pysqa v0.1.20
  • Loading branch information
jan-janssen authored May 11, 2024
2 parents 342b9b1 + 9cc1826 commit f744dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 0 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
Expand Down
6 changes: 3 additions & 3 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.19" %}
{% set version = "0.1.20" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pysqa-{{ version }}.tar.gz
sha256: 3fda188ac46e5bab727522963c75c690f881766d4dc9602a662a27e224c6e060
sha256: 5d0fac058c3f2416b432aeebd5c221b1e736e03d682e725784f01f33cfe9a81e

build:
entry_points:
Expand All @@ -28,7 +28,7 @@ requirements:
- toml
run:
- python >=3.7
- jinja2 >=2.11.3,<=3.1.3
- jinja2 >=2.11.3,<=3.1.4
- pandas >=1.5.3,<=2.2.2
- pyyaml >=5.3.1,<=6.0.1

Expand Down

0 comments on commit f744dcd

Please sign in to comment.