Skip to content

Commit

Permalink
Merge pull request #38 from jan-janssen/main
Browse files Browse the repository at this point in the history
Update to 0.1.2
  • Loading branch information
jan-janssen authored Sep 17, 2023
2 parents 577a177 + a18caa7 commit 466f640
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 = "pysqa" %}
{% set version = "0.1.1" %}
{% set version = "0.1.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7796238b1ba329d649b803cf546c973824053bad60b46bd2a6e2cae9b80075a5
sha256: fa7316174f00ceb6a29167e157cefca1e6d443170db58760fdfec891a0136d78

build:
noarch: python
Expand All @@ -22,12 +22,12 @@ requirements:
- python >=2.7
- pip
- defusedxml >=0.7.1
- pandas >=2.0.3
- pandas >=2.1.0
- pyyaml >=6.0.1
- jinja2 >=3.1.2
- paramiko >=3.3.1
- tqdm >=4.66.1
- pympipool >=0.6.2
- pympipool >=0.7.0
- cloudpickle >=2.2.1

test:
Expand Down

0 comments on commit 466f640

Please sign in to comment.