Skip to content

Commit

Permalink
Update massdash to 0.1.0 (#51536)
Browse files Browse the repository at this point in the history
* Update massdash to 0.1.0

* update dependencies

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent a1ca801 commit 6434446
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions recipes/massdash/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,42 @@
{% set name = "massdash" %}
{% set version = "0.0.9" %}
{% set version = "0.1.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

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

Expand All @@ -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:
Expand Down

0 comments on commit 6434446

Please sign in to comment.