-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
50 lines (43 loc) · 947 Bytes
/
Copy pathrecipe.yaml
File metadata and controls
50 lines (43 loc) · 947 Bytes
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
schema_version: 1
context:
version: 0.2.1
python_min: "3.10"
package:
name: dxchange
version: ${{ version }}
source:
url: https://github.com/data-exchange/dxchange/archive/v${{ version }}.tar.gz
sha256: 3fa69c609adff4e9c599c8f0b46c4bbabf2980e68ae8ba11efa670d4187eeb3c
build:
number: 0
noarch: python
script: ${{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- pip
- python ${{ python_min }}.*
- setuptools >=45
run:
- python >=${{ python_min }}
- dxfile
- edffile
- h5py >=3.8
- netcdf4
- numpy >1.12,!=1.22.4
- py-opencv
- scipy >=1.0,<2
- spefile
- tifffile >=2019
- pandas
tests:
- python:
imports:
- dxchange
- dxchange.reader
- dxchange.writer
- dxchange.exchange
about:
license: BSD-3-Clause
license_file: LICENSE.txt
summary: Data I/O for tomography
homepage: http://dxchange.readthedocs.org