Skip to content

Commit

Permalink
Adding PyLipID package (#53070)
Browse files Browse the repository at this point in the history
* recipe added

* run_export added
  • Loading branch information
jaidevjoshi83 authored Jan 7, 2025
1 parent 68539b4 commit 211f561
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions recipes/pylipid/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% set name = "PyLipID" %}
{% set version = "1.5.14" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pylipid-{{ version }}.tar.gz
sha256: ba1a0506c7922d9e03d8ee1ca26dc181976d94bec76073842c565d1a1c1ce660

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


requirements:
host:
- python >=3.6,<4.0
- pip
- setuptools
run:
- python >=3.6,<4.0
- mdtraj
- numpy >=1.20
- pandas
- matplotlib-base >=3.3.3
- networkx
- scipy
- python-louvain
- logomaker
- statsmodels
- scikit-learn
- p-tqdm
- kneebow
- netcdf4

test:
imports:
- pylipid
commands:
- pip check
requires:
- pip

about:
home: https://github.com/wlsong/PyLipID
summary: PyLipID - A Python Library For Lipid Interaction Analysis
license: MIT
license_file: LICENSE.txt

extra:
recipe-maintainers:
- jaidevjoshi83

0 comments on commit 211f561

Please sign in to comment.