File tree 4 files changed +41
-0
lines changed
4 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,23 @@ channels:
7
7
- nvidia
8
8
dependencies :
9
9
- GPUtil>=1.4.0
10
+ - boost-cpp
10
11
- c-compiler
12
+ - catch2
13
+ - cli11
11
14
- click
12
15
- cmake>=3.26.4,!=3.30.0
13
16
- cuda-version=11.8
14
17
- cudatoolkit
15
18
- cupy>=12.0.0
16
19
- cxx-compiler
20
+ - fmt
17
21
- gcc_linux-64=11.*
18
22
- imagecodecs>=2021.6.8
19
23
- ipython
20
24
- jbig
21
25
- lazy_loader>=0.1
26
+ - libabseil
22
27
- libcufile-dev=1.4.0.31
23
28
- libcufile=1.4.0.31
24
29
- libnvjpeg-dev=11.6.0.55
@@ -27,14 +32,18 @@ dependencies:
27
32
- matplotlib-base
28
33
- nbsphinx
29
34
- ninja
35
+ - nlohmann_json
30
36
- numpy>=1.23.4,<2.0a0
31
37
- numpydoc>=1.5
32
38
- nvcc_linux-64=11.8
39
+ - nvtx-c >=3.1.0
33
40
- openslide-python>=1.3.0
34
41
- pip
35
42
- pooch>=1.6.0
36
43
- pre-commit
37
44
- psutil>=5.8.0
45
+ - pybind11
46
+ - pybind11_json
38
47
- pydata-sphinx-theme
39
48
- pytest-cov>=2.12.1
40
49
- pytest-lazy-fixture>=0.6.3
@@ -47,6 +56,7 @@ dependencies:
47
56
- scipy>=1.6.0
48
57
- sphinx<6
49
58
- sysroot_linux-64==2.17
59
+ - taskflow
50
60
- tifffile>=2022.7.28
51
61
- xz
52
62
- yasm
Original file line number Diff line number Diff line change @@ -7,33 +7,42 @@ channels:
7
7
- nvidia
8
8
dependencies :
9
9
- GPUtil>=1.4.0
10
+ - boost-cpp
10
11
- c-compiler
12
+ - catch2
13
+ - cli11
11
14
- click
12
15
- cmake>=3.26.4,!=3.30.0
13
16
- cuda-cudart-dev
14
17
- cuda-nvcc
15
18
- cuda-version=12.5
16
19
- cupy>=12.0.0
17
20
- cxx-compiler
21
+ - fmt
18
22
- gcc_linux-64=11.*
19
23
- imagecodecs>=2021.6.8
20
24
- ipython
21
25
- jbig
22
26
- lazy_loader>=0.1
27
+ - libabseil
23
28
- libcufile-dev
24
29
- libnvjpeg-dev
25
30
- libnvjpeg-static
26
31
- libwebp-base
27
32
- matplotlib-base
28
33
- nbsphinx
29
34
- ninja
35
+ - nlohmann_json
30
36
- numpy>=1.23.4,<2.0a0
31
37
- numpydoc>=1.5
38
+ - nvtx-c >=3.1.0
32
39
- openslide-python>=1.3.0
33
40
- pip
34
41
- pooch>=1.6.0
35
42
- pre-commit
36
43
- psutil>=5.8.0
44
+ - pybind11
45
+ - pybind11_json
37
46
- pydata-sphinx-theme
38
47
- pytest-cov>=2.12.1
39
48
- pytest-lazy-fixture>=0.6.3
@@ -46,6 +55,7 @@ dependencies:
46
55
- scipy>=1.6.0
47
56
- sphinx<6
48
57
- sysroot_linux-64==2.17
58
+ - taskflow
49
59
- tifffile>=2022.7.28
50
60
- xz
51
61
- yasm
Original file line number Diff line number Diff line change @@ -74,10 +74,19 @@ requirements:
74
74
- libnvjpeg-dev
75
75
- libnvjpeg-static
76
76
{% endif %}
77
+ - boost-cpp
78
+ - catch2
79
+ - cli11
80
+ - fmt
77
81
- jbig
82
+ - libabseil
78
83
- libwebp-base
79
84
- nvtx-c >=3.1.0
85
+ - nlohmann_json
80
86
- openslide
87
+ - pybind11
88
+ - pybind11_json
89
+ - taskflow
81
90
- xz
82
91
- zlib
83
92
- zstd
Original file line number Diff line number Diff line change @@ -101,6 +101,18 @@ dependencies:
101
101
- output_types : [requirements, pyproject]
102
102
packages :
103
103
- wheel
104
+ - output_types : [conda]
105
+ packages :
106
+ - boost-cpp
107
+ - catch2
108
+ - cli11
109
+ - fmt
110
+ - libabseil
111
+ - nvtx-c >=3.1.0
112
+ - nlohmann_json
113
+ - pybind11
114
+ - pybind11_json
115
+ - taskflow
104
116
specific :
105
117
- output_types : conda
106
118
matrices :
You can’t perform that action at this time.
0 commit comments