Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
56 changes: 0 additions & 56 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml

This file was deleted.

49 changes: 49 additions & 0 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
expat:
- '2'
fftw:
- '3'
hdf5:
- 1.14.6
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libtiff:
- '4.7'
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-64
tbb:
- '2022'
tbb_devel:
- '2022'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
49 changes: 49 additions & 0 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
expat:
- '2'
fftw:
- '3'
hdf5:
- 1.14.6
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libtiff:
- '4.7'
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- linux-64
tbb:
- '2022'
tbb_devel:
- '2022'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
49 changes: 49 additions & 0 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
expat:
- '2'
fftw:
- '3'
hdf5:
- 1.14.6
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libtiff:
- '4.7'
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-64
tbb:
- '2022'
tbb_devel:
- '2022'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
Loading
Loading