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
60 changes: 24 additions & 36 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 16 additions & 22 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libcblas:
liblapack:
- 3.9.* *netlib
numpy:
- '1.23'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libcblas:
liblapack:
- 3.9.* *netlib
numpy:
- '1.26'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,26 @@ fortran_compiler:
fortran_compiler_version:
- '13'
is_freethreading:
- false
- true
libblas:
- 3.9.* *netlib
libcblas:
- 3.9.* *netlib
liblapack:
- 3.9.* *netlib
numpy:
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.13.* *_cp313t
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libcblas:
liblapack:
- 3.9.* *netlib
numpy:
- '1.23'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libcblas:
liblapack:
- 3.9.* *netlib
numpy:
- '1.26'
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ zip_keys:
- cxx_compiler_version
- fortran_compiler_version
- - python
- numpy
- channel_sources
- is_freethreading

This file was deleted.

Loading