diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 87f0067..7ad9dbd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pysqa" %} -{% set version = "0.1.1" %} +{% set version = "0.1.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 7796238b1ba329d649b803cf546c973824053bad60b46bd2a6e2cae9b80075a5 + sha256: fa7316174f00ceb6a29167e157cefca1e6d443170db58760fdfec891a0136d78 build: noarch: python @@ -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: