Skip to content

Commit 99ceff5

Browse files
committed
Update dependencies
Signed-off-by: Gigon Bae <[email protected]>
1 parent 1d0d19e commit 99ceff5

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@ channels:
77
- nvidia
88
dependencies:
99
- GPUtil>=1.4.0
10+
- boost-cpp
1011
- c-compiler
12+
- catch2
13+
- cli11
1114
- click
1215
- cmake>=3.26.4,!=3.30.0
1316
- cuda-version=11.8
1417
- cudatoolkit
1518
- cupy>=12.0.0
1619
- cxx-compiler
20+
- fmt
1721
- gcc_linux-64=11.*
1822
- imagecodecs>=2021.6.8
1923
- ipython
2024
- jbig
2125
- lazy_loader>=0.1
26+
- libabseil
2227
- libcufile-dev=1.4.0.31
2328
- libcufile=1.4.0.31
2429
- libnvjpeg-dev=11.6.0.55
@@ -27,14 +32,18 @@ dependencies:
2732
- matplotlib-base
2833
- nbsphinx
2934
- ninja
35+
- nlohmann_json
3036
- numpy>=1.23.4,<2.0a0
3137
- numpydoc>=1.5
3238
- nvcc_linux-64=11.8
39+
- nvtx-c >=3.1.0
3340
- openslide-python>=1.3.0
3441
- pip
3542
- pooch>=1.6.0
3643
- pre-commit
3744
- psutil>=5.8.0
45+
- pybind11
46+
- pybind11_json
3847
- pydata-sphinx-theme
3948
- pytest-cov>=2.12.1
4049
- pytest-lazy-fixture>=0.6.3
@@ -47,6 +56,7 @@ dependencies:
4756
- scipy>=1.6.0
4857
- sphinx<6
4958
- sysroot_linux-64==2.17
59+
- taskflow
5060
- tifffile>=2022.7.28
5161
- xz
5262
- yasm

conda/environments/all_cuda-125_arch-x86_64.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,42 @@ channels:
77
- nvidia
88
dependencies:
99
- GPUtil>=1.4.0
10+
- boost-cpp
1011
- c-compiler
12+
- catch2
13+
- cli11
1114
- click
1215
- cmake>=3.26.4,!=3.30.0
1316
- cuda-cudart-dev
1417
- cuda-nvcc
1518
- cuda-version=12.5
1619
- cupy>=12.0.0
1720
- cxx-compiler
21+
- fmt
1822
- gcc_linux-64=11.*
1923
- imagecodecs>=2021.6.8
2024
- ipython
2125
- jbig
2226
- lazy_loader>=0.1
27+
- libabseil
2328
- libcufile-dev
2429
- libnvjpeg-dev
2530
- libnvjpeg-static
2631
- libwebp-base
2732
- matplotlib-base
2833
- nbsphinx
2934
- ninja
35+
- nlohmann_json
3036
- numpy>=1.23.4,<2.0a0
3137
- numpydoc>=1.5
38+
- nvtx-c >=3.1.0
3239
- openslide-python>=1.3.0
3340
- pip
3441
- pooch>=1.6.0
3542
- pre-commit
3643
- psutil>=5.8.0
44+
- pybind11
45+
- pybind11_json
3746
- pydata-sphinx-theme
3847
- pytest-cov>=2.12.1
3948
- pytest-lazy-fixture>=0.6.3
@@ -46,6 +55,7 @@ dependencies:
4655
- scipy>=1.6.0
4756
- sphinx<6
4857
- sysroot_linux-64==2.17
58+
- taskflow
4959
- tifffile>=2022.7.28
5060
- xz
5161
- yasm

conda/recipes/libcucim/meta.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,19 @@ requirements:
7474
- libnvjpeg-dev
7575
- libnvjpeg-static
7676
{% endif %}
77+
- boost-cpp
78+
- catch2
79+
- cli11
80+
- fmt
7781
- jbig
82+
- libabseil
7883
- libwebp-base
7984
- nvtx-c >=3.1.0
85+
- nlohmann_json
8086
- openslide
87+
- pybind11
88+
- pybind11_json
89+
- taskflow
8190
- xz
8291
- zlib
8392
- zstd

dependencies.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ dependencies:
101101
- output_types: [requirements, pyproject]
102102
packages:
103103
- 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
104116
specific:
105117
- output_types: conda
106118
matrices:

0 commit comments

Comments
 (0)