Skip to content

Commit

Permalink
Update conda pinnings to latest conda-forge standards (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Oct 9, 2023
1 parent 657f6ba commit 99b6a00
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .ci_support/linux_64_python3.10_default.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '12'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '12'
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_python3.9_default.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '12'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '12'
numpy:
- '1.19'
- '1.22'
python:
- 3.9.* *_cpython
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cxx_compiler:
cxx_compiler_version:
- '12'
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cxx_compiler:
cxx_compiler_version:
- '12'
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_python3.10_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '11'
- '15'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.11_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '11'
- '15'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_python3.9_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '11'
- '15'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.19'
- '1.22'
python:
- 3.9.* *_cpython
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '11'
- '15'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '15'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '11'
- '15'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '15'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.19'
- '1.22'
python:
- 3.9.* *_cpython
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
cxx_compiler:
- vs2017
numpy:
- '1.21'
- '1.22'
python:
- 3.10.* *_cpython
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
cxx_compiler:
- vs2017
numpy:
- '1.19'
- '1.22'
python:
- 3.9.* *_cpython
target_platform:
Expand Down

0 comments on commit 99b6a00

Please sign in to comment.