Skip to content

Commit

Permalink
Match major version to align with run-exports on conda packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 9, 2024
1 parent aafbcfc commit ded0776
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-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cython>=3.0.0
- doxygen=1.9.1
- gcc_linux-aarch64=11.*
- libcurl>=8.5.0
- libcurl>=8.5.0,<9.0a0
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
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 @@ -19,7 +19,7 @@ dependencies:
- gcc_linux-64=11.*
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
- libcurl>=8.5.0
- libcurl>=8.5.0,<9.0a0
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- doxygen=1.9.1
- gcc_linux-aarch64=11.*
- libcufile-dev
- libcurl>=8.5.0
- libcurl>=8.5.0,<9.0a0
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- doxygen=1.9.1
- gcc_linux-64=11.*
- libcufile-dev
- libcurl>=8.5.0
- libcurl>=8.5.0,<9.0a0
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- libcurl>=8.5.0
- libcurl>=8.5.0,<9.0a0
specific:
- output_types: conda
matrices:
Expand Down

0 comments on commit ded0776

Please sign in to comment.