Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ c_stdlib_version:
cdt_name:
- conda
cfitsio:
- 4.5.0
- 4.6.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ c_stdlib_version:
cdt_name:
- conda
cfitsio:
- 4.5.0
- 4.6.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/cfitsio460.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for cfitsio 4.6.0
kind: version
migration_number: 1
cfitsio:
- 4.6.0
migrator_ts: 1742772391.5009055
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ c_stdlib:
c_stdlib_version:
- '10.13'
cfitsio:
- 4.5.0
- 4.6.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ c_stdlib:
c_stdlib_version:
- '11.0'
cfitsio:
- 4.5.0
- 4.6.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: a2e388174e9ea0e0490817d9085fa6fbebdd7f082ddfb8dffe120fe4b626311c

build:
number: 3
number: 4
skip: true # [win]

requirements:
Expand Down