Skip to content

Commit

Permalink
Loosen proj pin to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored and iainrussell committed Jun 13, 2024
1 parent 2759db3 commit 27173cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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'
3 changes: 2 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
- "10.15" # [osx and x86_64]
MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.15" # [osx and x86_64]
c_compiler: # [win]
- vs2019 # [win]
cxx_compiler: # [win]
- vs2019 # [win]

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: a38033aa8bd5845c55ad10f9bf5aaee932177e3aa88cf8f174814d825d354285

build:
number: 0
number: 1
skip: true # [win]
detect_binary_files_with_prefix: true

Expand All @@ -19,6 +19,7 @@ requirements:
- cmake
- make
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- m2-bash # [win]
- m2-findutils # [win]
Expand Down Expand Up @@ -53,7 +54,6 @@ requirements:
- libiconv # [win]
- zlib
- magics-python
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]
run_constrained:
# magics is incompatible with magics-metview
- magics-metview ==9999999999
Expand Down

0 comments on commit 27173cc

Please sign in to comment.