diff --git a/recipes/massdash/meta.yaml b/recipes/massdash/meta.yaml index 09f269a84b383..6b139f28cf273 100644 --- a/recipes/massdash/meta.yaml +++ b/recipes/massdash/meta.yaml @@ -1,5 +1,5 @@ {% set name = "massdash" %} -{% set version = "0.0.9" %} +{% set version = "0.1.0" %} package: name: "{{ name|lower }}" @@ -7,37 +7,36 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 68d90f668312d94ec44f744376c0dad0b671fe78f01906d2e36ce43cc9c85ffa + sha256: dd62b62368ba6457d74b0b07bc0b3ba1df095f4788800a79a9cec6e4cbaf564d build: number: 0 noarch: python - script: "{{ PYTHON }} -m pip install . -vv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" + entry_points: + - massdash = massdash.main:cli run_exports: - {{ pin_subpackage('massdash', max_pin='x.x') }} requirements: host: - pip - - python - - flake8 - - flit + - python >=3.10,<=3.12 - flit-core - - pylint - - snapshottest run: - - bokeh ==2.4.3 - - click + - python >=3.10,<=3.12 + - bokeh >3.0 + - click >=8.1 - joblib - matplotlib-base - - matplotlib-venn - upsetplot - numpy >=1.9.0 - pandas >=0.17 - - plotly + - plotly ==5.24.1 - psutil - - pyopenms - - scipy + - pyopenms >=3.2.0 + - requests + - scipy >=1.12.0 - streamlit - tqdm @@ -47,9 +46,10 @@ test: about: home: https://github.com/Roestlab/massdash - license: BSD + license: BSD-3-Clause license_family: BSD - summary: MassDash is a streamlined DIA mass spec visualization, analysis, optimization, and rapid prototyping. + summary: "MassDash is a streamlined DIA mass spec visualization, analysis, optimization, and rapid prototyping." + dev_url: https://github.com/Roestlab/massdash extra: recipe-maintainers: