Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wdmtoolbox v16.0.6 #16

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
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
33 changes: 12 additions & 21 deletions .azure-pipelines/azure-pipelines-linux.yml

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

26 changes: 12 additions & 14 deletions .azure-pipelines/azure-pipelines-osx.yml

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

93 changes: 19 additions & 74 deletions .azure-pipelines/azure-pipelines-win.yml

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

31 changes: 0 additions & 31 deletions .ci_support/linux_64_numpy1.21python3.8.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_numpy1.21python3.9.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,9 +13,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,9 +13,9 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,7 +13,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
numpy:
- '1.23'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,15 +13,15 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
numpy:
- '1.21'
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
Expand Down
Loading
Loading