Skip to content

Commit

Permalink
Merge pull request #36 from jan-janssen/main
Browse files Browse the repository at this point in the history
Update to 0.1.0
  • Loading branch information
jan-janssen authored Jul 18, 2023
2 parents 5a2951f + 95c9550 commit 9c76a22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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.0.25" %}
{% set version = "0.1.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 47e21d83eef0fa48aea36e4964c642d1c04ef0e00aacf49e9e0d99c1f5d3827b
sha256: 0c9948cca3f2655f0dde7e2186b5c519958167574694e1bd5cd12b66381f1e64

build:
noarch: python
Expand All @@ -22,11 +22,13 @@ requirements:
- python >=2.7
- pip
- defusedxml >=0.7.1
- pandas >=2.0.2
- pandas >=2.0.3
- pyyaml >=6.0
- jinja2 >=3.1.2
- paramiko >=3.2.0
- tqdm >=4.65.0
- pympipool >=0.5.4
- cloudpickle >=2.2.1

test:
imports:
Expand Down

0 comments on commit 9c76a22

Please sign in to comment.