Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.9'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
Expand All @@ -36,15 +34,17 @@ libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.7'
magma:
- '2.9'
mkl:
- '2025'
Expand All @@ -55,7 +55,7 @@ nccl:
numpy:
- '2'
orc:
- 2.2.1
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,9 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.7'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
blas_impl:
- generic
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.1'
github_actions_labels:
- cirun-openstack-cpu-xlarge
is_rc:
- 'False'
libabseil:
- '20250512'
libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.9'
mkl:
- '2025'
mkl_devel:
- '2025'
nccl:
- '2'
numpy:
- '2'
orc:
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.9'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- - channel_targets
- is_rc
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
- '2.28'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cudnn:
- '9'
- '13.0'
cxx_compiler:
- gxx
cxx_compiler_version:
Expand All @@ -36,15 +34,17 @@ libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.7'
magma:
- '2.9'
mkl:
- '2025'
Expand All @@ -55,7 +55,7 @@ nccl:
numpy:
- '2'
orc:
- 2.2.1
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,9 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.7'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.9'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
Expand All @@ -36,15 +34,17 @@ libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.7'
magma:
- '2.9'
mkl:
- '2025'
Expand All @@ -55,7 +55,7 @@ nccl:
numpy:
- '2'
orc:
- 2.2.1
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,9 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.7'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
blas_impl:
- mkl
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.1'
github_actions_labels:
- cirun-openstack-cpu-xlarge
is_rc:
- 'False'
libabseil:
- '20250512'
libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.9'
mkl:
- '2025'
mkl_devel:
- '2025'
nccl:
- '2'
numpy:
- '2'
orc:
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.9'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- - channel_targets
- is_rc
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
- '2.28'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cudnn:
- '9'
- '13.0'
cxx_compiler:
- gxx
cxx_compiler_version:
Expand All @@ -36,15 +34,17 @@ libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
libcudnn_dev:
- '9'
liblapack:
- 3.9.* *netlib
libmagma_devel:
- '2.9'
libmagma_sparse:
- '2.9'
libprotobuf:
- 6.31.1
libtorch:
- '2.7'
magma:
- '2.9'
mkl:
- '2025'
Expand All @@ -55,7 +55,7 @@ nccl:
numpy:
- '2'
orc:
- 2.2.1
- 2.2.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,9 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
pytorch:
- '2.7'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Loading