This repository was archived by the owner on Aug 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecipe.yaml
More file actions
63 lines (55 loc) · 1.43 KB
/
recipe.yaml
File metadata and controls
63 lines (55 loc) · 1.43 KB
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
schema_version: 1
context:
name: "param-sweeps"
version: "0.3.0a1"
python_min: "3.10"
package:
name: ${{ name|lower }}
version: ${{ version }}
source:
# url: https://github.com/MiraGeoscience/{{ name }}/archive/v{{ version }}.tar.gz
# sha256: 51e51c36d20fab27e3bb4a91c0a53bcbb0568f3fbf79fb9cf967db5bf665371d
path: ../${{ name }}
build:
number: 0
noarch: python
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
requirements:
host:
- pip
- python 3.10.*
- poetry-core >=1.0.0
- setuptools
run:
- python >=${{ python_min }}
# Mira packages
- geoh5py >=0.12.0a,<0.13.dev
# direct dependencies
- numpy >=1.26.0, <1.27.dev
tests:
- python:
imports:
- param_sweeps
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
- pyyaml
files:
source:
- tests/
about:
summary: A Parameter sweeper for applications driven by ui.json files.
description: |
The param-sweeps library contains two main modules. One is for generating sweep files,
and the other is to run a sweep over some number of parameters in a driver application.
license: MIT
license_file:
- LICENSE
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/param-sweeps
extra:
recipe-maintainers:
- andrewg-mira
- sebhmg