Skip to content
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- linux-64
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- linux-aarch64
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- linux-ppc64le
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- osx-arm64
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.90'
- '1.91'
target_platform:
- win-64
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rust_compiler_version:
- "1.90"
- "1.91"
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
sha256: 2d0f819c9a90205f3a867dbbd0be083bee9912e170fd7d9704cc8ae45824896b

build:
number: 0
number: 1

# we only build 1 package for each target platform
python:
Expand Down