-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
meta.yaml
89 lines (82 loc) · 2.4 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{% set name = "MDAnalysis" %}
{% set version = "2.8.0" %}
{% set sha256 = "0cf8efda7cb4a1cc33a92d2cd0d69a3d9b33c06c603df3c386caf6edccf46099" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/m/mdanalysis/mdanalysis-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
skip: true # [python_impl == 'pypy']
skip: true # [py>313]
skip: true # [py<310]
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
host:
- python
- pip
- numpy {{ numpy }}
- cython
- packaging
- setuptools
run:
- python
- scipy >=1.5.0
- numpy >=1.23.2
- matplotlib-base >=1.5.1
- seaborn # [not ppc64le]
- netcdf4 >=1.0
- biopython >=1.80 # [not py>312]
- networkx >=2.0
- griddataformats >=0.4.0
- joblib >=0.12
- gsd >3.0.0
- mmtf-python >=1.0.0
- scikit-learn
- tidynamics >=1.0.0
- tqdm >=4.43.0
- threadpoolctl
- fasteners
- packaging
- h5py >=2.10.0
- pytng >=0.2.3 # [not ppc64le]
- pyedr >=0.7.1
- mda-xdrlib
- waterdynamics >=1.2.0
- pathsimanalysis >=1.2.0
- mdahole2-base >=0.5.0
test:
imports:
- MDAnalysis
- MDAnalysis.analysis
- MDAnalysis.lib.c_distances_openmp
- MDAnalysis.lib.c_distances
about:
home: https://www.mdanalysis.org
license: LGPL-3.0-or-later
license_family: LGPL
license_file: LICENSE
summary: A Python package for the handling and analysis of molecular simulations data.
description: |
MDAnalysis is a Python library to analyze trajectories from molecular
dynamics (MD) simulations. It can read and write most popular formats, and
provides a flexible and fast framework for writing custom analysis through
making the underlying data easily available as NumPy arrays.
doc_url: https://docs.mdanalysis.org/
dev_url: https://github.com/MDAnalysis/mdanalysis
extra:
recipe-maintainers:
- kain88-de
- orbeckst
- richardjgowers
- ialibay