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

[v6.32.0] Backport cfitsio441 and numpy2 migrations #268

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.40.1, and co…
…nda-forge-pinning 2024.10.01.11.40.29
duncanmmacleod committed Oct 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0c9b1e5b41ec2924aa26318a2d6497c857039bb7
87 changes: 36 additions & 51 deletions .azure-pipelines/azure-pipelines-linux.yml

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

56 changes: 24 additions & 32 deletions .azure-pipelines/azure-pipelines-osx.yml

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

91 changes: 0 additions & 91 deletions .ci_support/linux_64_numpy1.22python3.8.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
cfitsio:
- 4.4.0
- 4.4.1
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
davix:
- '0.8'
docker_image:
@@ -35,7 +35,7 @@ glew:
glib:
- '2'
graphviz:
- '11'
- '12'
gsl:
- '2.7'
libblas:
@@ -47,20 +47,18 @@ libpng:
librsvg:
- '2'
libtiff:
- '4.6'
- '4.7'
libxml2:
- '2'
lz4_c:
- 1.9.3
numpy:
- '1.22'
- '2.0'
openssl:
- '3'
pcre:
- '8'
pin_run_as_build:
graphviz:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
cfitsio:
- 4.4.0
- 4.4.1
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
davix:
- '0.8'
docker_image:
@@ -35,7 +35,7 @@ glew:
glib:
- '2'
graphviz:
- '11'
- '12'
gsl:
- '2.7'
libblas:
@@ -47,20 +47,18 @@ libpng:
librsvg:
- '2'
libtiff:
- '4.6'
- '4.7'
libxml2:
- '2'
lz4_c:
- 1.9.3
numpy:
- '1.23'
- '2.0'
openssl:
- '3'
pcre:
- '8'
pin_run_as_build:
graphviz:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
Loading