Skip to content
Closed
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.92'
- '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.92'
- '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.92'
- '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.92'
- '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.92'
- '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 @@ -9,6 +9,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '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.92"
- "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: 04f1ae61fc20fe0b148617c324d9d009b5f63412c0b16474f3d5f1a1a665f7ac

build:
number: 1
number: 0

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