Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gsmap to 1.71.1 #51378

Merged
merged 7 commits into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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