Skip to content

Commit

Permalink
move floor to 3.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 5, 2024
1 parent 2756340 commit 2845431
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- GPUtil>=1.4.0
- c-compiler
- click
- cmake>=3.23.1,!=3.25.0,!=3.30.0
- cmake>=3.26.4,!=3.30.0
- cuda-version=11.8
- cudatoolkit
- cupy>=12.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- GPUtil>=1.4.0
- c-compiler
- click
- cmake>=3.23.1,!=3.25.0,!=3.30.0
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-nvcc
- cuda-version=12.2
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ c_stdlib_version:
- "2.17"

cmake_version:
- ">=3.23.1,!=3.25.0,!=3.30.0"
- ">=3.26.4,!=3.30.0"
2 changes: 1 addition & 1 deletion conda/recipes/libcucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ c_stdlib_version:
- "2.17"

cmake_version:
- ">=3.23.1,!=3.25.0,!=3.30.0"
- ">=3.26.4,!=3.30.0"

# The CTK libraries below are missing from the conda-forge::cudatoolkit package
# for CUDA 11. The "*_host_*" version specifiers correspond to `11.8` packages
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies:
# python/cucim/src/cucim/clara/ before calling `pip install .`.
- output_types: [conda, requirements]
packages:
- cmake>=3.23.1,!=3.25.0,!=3.30.0
- cmake>=3.26.4,!=3.30.0
- ninja
- output_types: conda
packages:
Expand Down

0 comments on commit 2845431

Please sign in to comment.