Skip to content

Commit bfe8c89

Browse files
committedDec 2, 2024
MNT: Re-rendered with conda-build 24.11.1, conda-smithy 3.44.9, and conda-forge-pinning 2024.12.01.14.32.23
1 parent b934b41 commit bfe8c89

21 files changed

+95
-138
lines changed
 

‎.azure-pipelines/azure-pipelines-linux.yml

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.azure-pipelines/azure-pipelines-osx.yml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.azure-pipelines/azure-pipelines-win.yml

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml ‎.ci_support/linux_64_python3.10.____cpython.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,9 +17,7 @@ cxx_compiler:
1717
cxx_compiler_version:
1818
- '13'
1919
docker_image:
20-
- quay.io/condaforge/linux-anvil-cos7-x86_64
21-
numpy:
22-
- '1.22'
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
2321
pin_run_as_build:
2422
python:
2523
min_pin: x.x
@@ -31,7 +29,3 @@ target_platform:
3129
zip_keys:
3230
- - c_compiler_version
3331
- cxx_compiler_version
34-
- - c_stdlib_version
35-
- cdt_name
36-
- - python
37-
- numpy

‎.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml ‎.ci_support/linux_64_python3.11.____cpython.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,9 +17,7 @@ cxx_compiler:
1717
cxx_compiler_version:
1818
- '13'
1919
docker_image:
20-
- quay.io/condaforge/linux-anvil-cos7-x86_64
21-
numpy:
22-
- '1.23'
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
2321
pin_run_as_build:
2422
python:
2523
min_pin: x.x
@@ -31,7 +29,3 @@ target_platform:
3129
zip_keys:
3230
- - c_compiler_version
3331
- cxx_compiler_version
34-
- - c_stdlib_version
35-
- cdt_name
36-
- - python
37-
- numpy

‎.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml ‎.ci_support/linux_64_python3.12.____cpython.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,9 +17,7 @@ cxx_compiler:
1717
cxx_compiler_version:
1818
- '13'
1919
docker_image:
20-
- quay.io/condaforge/linux-anvil-cos7-x86_64
21-
numpy:
22-
- '1.26'
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
2321
pin_run_as_build:
2422
python:
2523
min_pin: x.x
@@ -31,7 +29,3 @@ target_platform:
3129
zip_keys:
3230
- - c_compiler_version
3331
- cxx_compiler_version
34-
- - c_stdlib_version
35-
- cdt_name
36-
- - python
37-
- numpy

‎.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml ‎.ci_support/linux_64_python3.9.____cpython.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,9 +17,7 @@ cxx_compiler:
1717
cxx_compiler_version:
1818
- '13'
1919
docker_image:
20-
- quay.io/condaforge/linux-anvil-cos7-x86_64
21-
numpy:
22-
- '1.22'
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
2321
pin_run_as_build:
2422
python:
2523
min_pin: x.x
@@ -31,7 +29,3 @@ target_platform:
3129
zip_keys:
3230
- - c_compiler_version
3331
- cxx_compiler_version
34-
- - c_stdlib_version
35-
- cdt_name
36-
- - python
37-
- numpy

‎.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml ‎.ci_support/osx_64_python3.10.____cpython.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '17'
8+
- '18'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,11 +17,9 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '17'
20+
- '18'
2121
macos_machine:
2222
- x86_64-apple-darwin13.4.0
23-
numpy:
24-
- '1.22'
2523
pin_run_as_build:
2624
python:
2725
min_pin: x.x
@@ -33,5 +31,3 @@ target_platform:
3331
zip_keys:
3432
- - c_compiler_version
3533
- cxx_compiler_version
36-
- - python
37-
- numpy

‎.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml ‎.ci_support/osx_64_python3.11.____cpython.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '17'
8+
- '18'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,11 +17,9 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '17'
20+
- '18'
2121
macos_machine:
2222
- x86_64-apple-darwin13.4.0
23-
numpy:
24-
- '1.23'
2523
pin_run_as_build:
2624
python:
2725
min_pin: x.x
@@ -33,5 +31,3 @@ target_platform:
3331
zip_keys:
3432
- - c_compiler_version
3533
- cxx_compiler_version
36-
- - python
37-
- numpy

‎.ci_support/osx_64_numpy1.26python3.12.____cpython.yaml ‎.ci_support/osx_64_python3.12.____cpython.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '17'
8+
- '18'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,11 +17,9 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '17'
20+
- '18'
2121
macos_machine:
2222
- x86_64-apple-darwin13.4.0
23-
numpy:
24-
- '1.26'
2523
pin_run_as_build:
2624
python:
2725
min_pin: x.x
@@ -33,5 +31,3 @@ target_platform:
3331
zip_keys:
3432
- - c_compiler_version
3533
- cxx_compiler_version
36-
- - python
37-
- numpy

‎.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml ‎.ci_support/osx_64_python3.9.____cpython.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '17'
8+
- '18'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,11 +17,9 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '17'
20+
- '18'
2121
macos_machine:
2222
- x86_64-apple-darwin13.4.0
23-
numpy:
24-
- '1.22'
2523
pin_run_as_build:
2624
python:
2725
min_pin: x.x
@@ -33,5 +31,3 @@ target_platform:
3331
zip_keys:
3432
- - c_compiler_version
3533
- cxx_compiler_version
36-
- - python
37-
- numpy

‎.ci_support/win_64_numpy1.22python3.10.____cpython.yaml ‎.ci_support/win_64_python3.10.____cpython.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ channel_targets:
88
- conda-forge main
99
cxx_compiler:
1010
- vs2019
11-
numpy:
12-
- '1.22'
1311
pin_run_as_build:
1412
python:
1513
min_pin: x.x
@@ -18,6 +16,3 @@ python:
1816
- 3.10.* *_cpython
1917
target_platform:
2018
- win-64
21-
zip_keys:
22-
- - python
23-
- numpy

‎.ci_support/win_64_numpy1.23python3.11.____cpython.yaml ‎.ci_support/win_64_python3.11.____cpython.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ channel_targets:
88
- conda-forge main
99
cxx_compiler:
1010
- vs2019
11-
numpy:
12-
- '1.23'
1311
pin_run_as_build:
1412
python:
1513
min_pin: x.x
@@ -18,6 +16,3 @@ python:
1816
- 3.11.* *_cpython
1917
target_platform:
2018
- win-64
21-
zip_keys:
22-
- - python
23-
- numpy

‎.ci_support/win_64_numpy1.26python3.12.____cpython.yaml ‎.ci_support/win_64_python3.12.____cpython.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ channel_targets:
88
- conda-forge main
99
cxx_compiler:
1010
- vs2019
11-
numpy:
12-
- '1.26'
1311
pin_run_as_build:
1412
python:
1513
min_pin: x.x
@@ -18,6 +16,3 @@ python:
1816
- 3.12.* *_cpython
1917
target_platform:
2018
- win-64
21-
zip_keys:
22-
- - python
23-
- numpy

‎.ci_support/win_64_numpy1.22python3.9.____cpython.yaml ‎.ci_support/win_64_python3.9.____cpython.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ channel_targets:
88
- conda-forge main
99
cxx_compiler:
1010
- vs2019
11-
numpy:
12-
- '1.22'
1311
pin_run_as_build:
1412
python:
1513
min_pin: x.x
@@ -18,6 +16,3 @@ python:
1816
- 3.9.* *_cpython
1917
target_platform:
2018
- win-64
21-
zip_keys:
22-
- - python
23-
- numpy

‎.scripts/build_steps.sh

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.