-
Notifications
You must be signed in to change notification settings - Fork 16
/
ilastik-pins.yaml
76 lines (71 loc) · 1.8 KB
/
ilastik-pins.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
65
66
67
68
69
70
71
72
73
74
75
76
# CONDA_BUILD_SYSROOT:
# - /Developer/SDKs/MacOSX10.9.sdk # [osx]
MACOSX_DEPLOYMENT_TARGET: # [osx]
- 11.0 # [osx and arm64]
- 10.9 # [osx and x86_64]
boost:
- 1.74.0
h5py:
- 3.6
hdf5:
- 1.12.2
jpeg:
- 9
lemon:
- 1.3.1
libpng:
- 1.6.36
# see https://github.com/ilastik/ilastik-conda-recipes/issues/79
networkx:
- 2
# see https://github.com/ilastik/ilastik-conda-recipes/issues/77
pandas:
- 1
python:
- 3.8
- 3.9
- 3.10
- 3.11
qt:
- 5.15
# make sure to use a vigra build that includes lemon!
vigra:
- 1.11.1
z5py:
- 2
tiktorch:
- 21.10.3
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
# clang 17 seems to have issues with this build
# specifically cmake detecting std versions
# fixing compiler to clang 16 for now (same as conda-forge atm)
c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win and x86_64]
c_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
c_stdlib_version: # [unix]
- 2.12 # [linux64]
- 10.9 # [osx and x86_64]
- 11.0 # [osx and arm64]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
cxx_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
llvm_openmp: # [osx]
- 16 # [osx]