source: fullrmc-pkg/fullrmc_conda/meta.yaml @ 4956

Last change on this file since 4956 was 4390, checked in by toby, 4 years ago

prepare for mac build

File size: 510 bytes
Line 
1package:
2  name: fullrmc
3  version: 4.1.0
4
5source:
6  git_rev:
7  git_url: https://github.com/bachiraoun/fullrmc.git
8
9requirements:
10  build:
11    - python
12    - numpy>=1.18
13    - matplotlib>=3.0
14    - cython
15    - setuptools
16    - pdbparser
17    - pylocker
18    - pypref
19    - pyrep
20    - pysimplelog
21
22  run:
23    - python
24    - matplotlib>=3.0
25    - numpy>=1.18
26    - pdbparser
27    - pylocker
28    - pypref
29    - pyrep
30    - pysimplelog
31
32#test:
33#  imports:
34#    -
35
36about:
37  home: http://bachiraoun.github.io/fullrmc/
Note: See TracBrowser for help on using the repository browser.