Skip to content

Commit

Permalink
Update gsmap to 1.71.1 (#51378)
Browse files Browse the repository at this point in the history
* Update gsmap to 1.71

* clean up recipe

* Update gsmap to 1.71.1

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 017811a commit 4bcd4f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/gsmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
{% set name = "gsmap" %}
{% set version = "1.70" %}
{% set version = "1.71.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/gsMap/{{ name }}-{{ version }}.tar.gz"
sha256: 54a8373c79c1ffe71e0b4c1e2cf33aed1a61b742e23efa05b00b8466b3ec3da9
sha256: f81debacf46d3e26614411d938a27345fcb42999a8ef2b740d134e910c2d0bcd

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
- python >=3.8
- pip
- flit >=3.2,<4

- flit-core >=3.2,<4
run:
- python >=3.8
- numpy
- pandas
- scipy
- scikit-learn
- matplotlib-base
- seaborn
- seaborn-base
- tqdm
- progress
- pyyaml
Expand All @@ -51,6 +50,7 @@ test:
about:
home: https://github.com/LeonSong1995/gsMap
license: MIT
license_family: MIT
license_file: LICENSE
summary: "gsMap (genetically informed spatial mapping of cells for complex traits)"
description: |
Expand Down

0 comments on commit 4bcd4f3

Please sign in to comment.