-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
64 lines (58 loc) · 1.52 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
62
63
64
{% set name = "plate-simulation" %}
{% set version = "0.2.0a1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../{{ name }} # Used to build the package from the source code
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python >=3.10.0,<3.12.0
- poetry-core >=1.0.0
- setuptools
- pip
run:
- python >=3.10.0,<3.11
- numpy >=1.26.0,<1.27.0
- scipy >=1.14.0,<1.15.0
- rtree >=1.2.0,<1.3.0
- trimesh >=4.1.3,<4.2.0
- threadpoolctl >=3.3.0,<3.4.0
- pydantic >=2.5.2,<2.6.0
- geoh5py >=0.10.0b1.dev,<0.11.0a.dev
- param-sweeps >=0.2.0b1,<0.3.0a.dev
- geoapps-utils >=0.4.0b1,<0.5.0a.dev
- octree-creation-app >=0.2.0b1,<0.3.0a.dev
- mira-simpeg >=0.21.2.1b1,<0.22.2.2a.dev
- simpeg-drivers >=0.2.0b2,<0.3.0a.dev
- pillow >=10.3.0,<10.4.0
- dask 2024.6.*
- discretize >=0.10.0,<0.11.0
- distributed 2024.6.*
- empymod >=2.2.1,<2.3.0
- fsspec 2022.*
- geoana >=0.5.0,<0.6.0
- h5py >=3.2.1,<4.0.0
- matplotlib-base >=3.8.4,<3.9.0
- mkl >=2023.2,<2023.3
- pandas >=2.2.1,<2.3.0
- pydiso >=0.1.0, <0.2.0
- pymatsolver >=0.2.0,<0.3.0
- scikit-learn >=1.4.0,<1.5.0
- tqdm >=4.66.1,<5.0.0
- zarr >=2.14.2,<2.15.0
- tbb 2021.12.*
- python-tzdata 2023.4.*
run_constrained:
- __glibc >=2.17
about:
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- SophieCurinier
- sebhmg