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

Update conda pinnings to latest conda-forge standards #309

Merged
merged 1 commit into from
Oct 9, 2023
Merged
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
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