Skip to content
Draft
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
38 changes: 11 additions & 27 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge,conda-forge/label/python_rc
channel_targets:
- conda-forge main
cuda_compiler:
Expand All @@ -19,14 +23,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libblas:
- 3.9 *netlib
- 3.9.* *netlib
liblapack:
- 3.9 *netlib
- 3.9.* *netlib
numpy:
- '1.22'
- '1.23'
- '1.26'
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -35,13 +36,13 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.9.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- c_stdlib_version
- cuda_compiler_version
- docker_image
- - python
- numpy
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge,conda-forge/label/python_rc
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libblas:
- 3.9 *netlib
- 3.9.* *netlib
liblapack:
- 3.9 *netlib
- 3.9.* *netlib
numpy:
- '1.22'
- '1.23'
- '1.26'
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -35,13 +36,13 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.9.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- c_stdlib_version
- cuda_compiler_version
- docker_image
- - python
- numpy
- channel_sources

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge,conda-forge/label/python_rc
channel_targets:
- conda-forge main
cuda_compiler:
Expand All @@ -19,14 +23,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libblas:
- 3.9 *netlib
- 3.9.* *netlib
liblapack:
- 3.9 *netlib
- 3.9.* *netlib
numpy:
- '1.22'
- '1.23'
- '1.26'
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -35,13 +36,13 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.9.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-aarch64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- c_stdlib_version
- cuda_compiler_version
- docker_image
- - python
- numpy
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge,conda-forge/label/python_rc
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libblas:
- 3.9 *netlib
- 3.9.* *netlib
liblapack:
- 3.9 *netlib
- 3.9.* *netlib
numpy:
- '1.22'
- '1.23'
- '1.26'
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -35,13 +36,13 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.9.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-aarch64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- c_stdlib_version
- cuda_compiler_version
- docker_image
- - python
- numpy
- channel_sources
Loading
Loading