forked from ukaea/paramak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
61 lines (54 loc) · 1.17 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
{% set name = "paramak" %}
{% set version = "0.0.16" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 815145a891ad8cab0ddd114dcdbc879522c2b66e287ea3d5d960601510211dbd
build:
number: 0
# script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- matplotlib
- numpy
- pip
- plasmaboundaries
- plotly
- pytest-cov
- python
- scipy
- sympy
- cadquery
run:
- matplotlib
- numpy
- plasmaboundaries
- plotly
- pytest-cov
- python
- scipy
- sympy
- cadquery
test:
imports:
- paramak
- paramak.parametric_components
- paramak.parametric_reactors
- paramak.parametric_shapes
- tests
requires:
- pytest-cov
- pytest-runner
about:
home: "https://github.com/ukaea/paramak"
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: "Create 3D fusion reactor CAD models based on input parameters"
doc_url: https://paramak.readthedocs.io/
dev_url: https://github.com/ukaea/paramak
extra:
recipe-maintainers:
- shimwell