Skip to content

Commit

Permalink
Loosen proj pin to 9.4 (#942)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
2 parents d8bc63c + 9e22ddc commit f732645
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ poppler:
postgresql:
- '16'
proj:
- 9.4.0
- '9.4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -123,6 +123,6 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
zstd:
- '1.5'
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ poppler:
postgresql:
- '16'
proj:
- 9.4.0
- '9.4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -127,6 +127,6 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
zstd:
- '1.5'
26 changes: 0 additions & 26 deletions .ci_support/migrations/libarrow161.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/proj940.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/proj_loosen_pin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Loosen proj pin to 9.4
kind: version
migration_number: 1
migrator_ts: 1717700335
proj:
- '9.4'
8 changes: 0 additions & 8 deletions .ci_support/migrations/tiledb223.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ poppler:
postgresql:
- '16'
proj:
- 9.4.0
- '9.4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -121,6 +121,6 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
zstd:
- '1.5'
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ poppler:
postgresql:
- '16'
proj:
- 9.4.0
- '9.4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -121,6 +121,6 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
zstd:
- '1.5'
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ poppler:
postgresql:
- '16'
proj:
- 9.4.0
- '9.4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -103,6 +103,6 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
zstd:
- '1.5'
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2

build:
number: 5
number: 6
skip_compile_pyc:
- share/bash-completion/completions/*.py
skip: true # [ppc64le]
Expand Down

0 comments on commit f732645

Please sign in to comment.