{% set name = "higashi" %} {% set version = "0.1.0a0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: # url: "https://test.pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" git-url: build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - bokeh >=2.1.1 - cooler >=0.8 - cython >=0.29.24 - fbpca - h5py - numpy >=1.21.2 - pandas >=1.3.4 - pillow - pip - python >=3.9 - pytorch >=1.8 - scikit-learn >=0.23.2 - scipy >=1.7.3 - seaborn >=0.11.2 - tqdm - umap-learn >=0.5 run: - bokeh >=2.1.1 - cooler >=0.8 - cython >=0.29.24 - fbpca - h5py - numpy >=1.21.2 - pandas >=1.3.4 - pillow - python >=3.9 - pytorch >=1.8 - scikit-learn >=0.23.2 - scipy >=1.7.3 - seaborn >=0.11.2 - tqdm - umap-learn >=0.5 test: imports: - higashi - higashi.Higashi_analysis - higashi.Higashi_backend about: home: "https://github.com/ma-compbio/Higashi" license: MIT license_family: MIT license_file: summary: "Higashi: Multiscale and integrative scHi-C analysis" doc_url: dev_url: extra: recipe-maintainers: - your-github-id-here