source: fullrmc-pkg/fullrmc/meta.yaml @ 4384

Last change on this file since 4384 was 4383, checked in by toby, 3 years ago

upload files for conda builds

File size: 546 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.1.2
14    - cython
15    - setuptools
16    - pdbparser
17    - pylocker
18    - pypref
19    - pyrep
20    - pysimplelog
21
22  run:
23    - python
24    - matplotlib>=3.1.2
25    - numpy>=1.18
26#    - cython
27#    - setuptools
28    - pdbparser
29    - pylocker
30    - pypref
31    - pyrep
32    - pysimplelog
33
34#test:
35#  imports:
36#    -
37
38about:
39  home: http://bachiraoun.github.io/fullrmc/
Note: See TracBrowser for help on using the repository browser.