Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9d5519f
Try fixing delayed expansion on Windows
mgorny Aug 11, 2025
5ea6eb4
Also constrain libopenblas to openmp
mgorny Aug 13, 2025
2afe50c
Fix cuda129 migrator
mgorny Aug 28, 2025
db627d8
Bump revision
mgorny Aug 29, 2025
9154491
MNT: Re-rendered with conda-smithy 3.52.0 and conda-forge-pinning 202…
mgorny Aug 29, 2025
5264ea4
Add constraint for broken pytest-rerunfailures version
mgorny Sep 1, 2025
01175fb
Limit testing to linux64 with CUDA
mgorny Sep 3, 2025
f0e8180
Try pinning a few CUDA-specific deps
mgorny Sep 4, 2025
7412e33
MNT: Re-rendered with conda-smithy 3.52.1 and conda-forge-pinning 202…
mgorny Sep 4, 2025
199a6f1
Try pinning llvm-openmp & sleef
mgorny Sep 5, 2025
bd5f610
Limit testing to mkl+py313+sm75
mgorny Sep 6, 2025
4e71991
Actually, 7.0, but let's run nvidia-smi just in case
mgorny Sep 6, 2025
57b2917
Pin build deps based on last successful build
mgorny Sep 6, 2025
4ccbffc
Remove nvidia-smi check
mgorny Sep 6, 2025
e211d85
Fix overpinning libtorch
mgorny Sep 8, 2025
13a6e7b
Try pinning llvm-openmp in test env
mgorny Sep 8, 2025
62bf628
Try pinning all test deps
mgorny Sep 9, 2025
5b9ebe8
Skip cmake tests, i've messed up something
mgorny Sep 10, 2025
68622b5
Fix tzdata dep
mgorny Sep 11, 2025
0d30e76
Use correct test dependencies
mgorny Sep 11, 2025
f17d0ff
Try if removing run deps help resolver
mgorny Sep 12, 2025
06810a0
Fix package version/build split
mgorny Sep 12, 2025
a9c7ebb
Restore libtorch run-dep
mgorny Sep 13, 2025
21f4e3c
Try upgrading some test packages
mgorny Sep 13, 2025
67c1990
Unpin cudnn next
mgorny Sep 13, 2025
21efb12
Revert to the state before all the testing
mgorny Sep 14, 2025
40ca462
Pin cudnn
mgorny Sep 14, 2025
8344165
MNT: Re-rendered with conda-smithy 3.52.2 and conda-forge-pinning 202…
mgorny Sep 14, 2025
9d9fc41
Limit testing to mkl + CUDA + py3.13
mgorny Sep 14, 2025
7368a35
Revert actions/checkout to working version
mgorny Sep 14, 2025
ee2ad2a
Try overriding CUDAARCHS
mgorny Sep 14, 2025
1c156b6
Revert "Try overriding CUDAARCHS"
mgorny Sep 14, 2025
6e56d94
Actually, try unpinning CMake
mgorny Sep 14, 2025
2bc05dd
Uh, missed some cmake pins
mgorny Sep 15, 2025
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
79 changes: 0 additions & 79 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.9'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
Expand All @@ -32,12 +30,6 @@ is_rc:
- 'False'
libabseil:
- '20250512'
libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
liblapack:
- 3.9.* *netlib
libmagma_sparse:
- '2.9'
libprotobuf:
Expand All @@ -55,24 +47,21 @@ nccl:
numpy:
- '2'
orc:
- 2.1.3
- 2.2.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
pytorch:
- '2.6'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- - channel_targets
- is_rc
Expand Down

This file was deleted.

Loading