From 5bcddfa4c3e6b6c02eb076c145c5a9aa5b489278 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:35:37 -0700 Subject: [PATCH] Update flams to 1.1.0 (#44321) * Update flams to 1.1.0 * edit tests * add pandas * fix tzdata pinning --------- Co-authored-by: joshuazhuang7 --- recipes/flams/meta.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/recipes/flams/meta.yaml b/recipes/flams/meta.yaml index c63f1c3d4e67d..bf037b77909e7 100644 --- a/recipes/flams/meta.yaml +++ b/recipes/flams/meta.yaml @@ -1,5 +1,5 @@ {% set name = "flams" %} -{% set version = "1.0.1" %} +{% set version = "1.1.0" %} package: name: {{ name|lower }} @@ -7,13 +7,13 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/flams-{{ version }}.tar.gz - sha256: fe553630ba355bf111b84e3a23081e360568472a01d4b366cefd8a3e13186006 + sha256: c67a3c0807d050ad17bbdcaa51ea04268d4a9cc062dd17ca9ef0b3c484614558 build: entry_points: - FLAMS = flams.flams:main noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation number: 0 run_exports: - {{ pin_subpackage(name, max_pin="x") }} @@ -21,7 +21,6 @@ build: requirements: host: - python >=3.10 - - setuptools - pip run: - python >=3.10 @@ -34,20 +33,23 @@ requirements: - numpy ==1.24.3 - requests ==2.31.0 - urllib3 ==2.0.2 + - pandas ==2.1.2 + - python-dateutil ==2.8.2 + - pytz ==2023.3.post1 + - six ==1.16.0 + - tzdata ==2023c test: imports: - flams commands: - - pip check - FLAMS --help - requires: - - pip about: home: https://github.com/hannelorelongin/FLAMS summary: Find Lysine Acylation & other Modification Sites license: MIT + license_family: MIT license_file: LICENSE extra: