diff --git a/recipes/rnachipintegrator/meta.yaml b/recipes/rnachipintegrator/meta.yaml index 202fde6c4d83b..560d02631af94 100644 --- a/recipes/rnachipintegrator/meta.yaml +++ b/recipes/rnachipintegrator/meta.yaml @@ -1,8 +1,8 @@ {% set name = "rnachipintegrator" %} -{% set version = "1.2.0" %} +{% set version = "2.0.0" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "111f9ed103c7635e19f3410c1d404d2ed9f75ec128dae150f7c05ed0e7864a96" %} +{% set hash_value = "97adf6e8a71bfdef7661472540d661f0965ed6c2140f1d268f57a5e5bbd873b0" %} package: name: '{{ name|lower }}' @@ -17,16 +17,16 @@ build: entry_points: - RnaChipIntegrator = rnachipintegrator.cli:main script: python -m pip install --no-deps --ignore-installed . - noarch: generic + noarch: python requirements: host: - - python <3 + - python - pip - setuptools - xlsxwriter >=0.8.4 run: - - python <3 + - python - xlsxwriter >=0.8.4 test: