source: fullrmc-pkg/pypref/meta.yaml @ 4926

Last change on this file since 4926 was 4497, checked in by toby, 3 years ago

pkg new versions of fullrmc support packages

File size: 306 bytes
Line 
1package:
2  name: pypref
3  version: 3.2.0
4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pypref.git
8
9build:
10  noarch: python
11 
12requirements:
13  build:
14    - python
15    - numpy
16
17  run:
18    - python
19    - numpy
20   
21#test:
22#  imports:
23#    -
24
25about:
26  home: https://bachiraoun.github.io/pypref/
Note: See TracBrowser for help on using the repository browser.