Skip to content

Commit

Permalink
Fix problems with numpy v2 (#3)
Browse files Browse the repository at this point in the history
* Fix problems with numpy 2

* MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.19.07.02.43
  • Loading branch information
steffengraber authored Jun 19, 2024
1 parent 2fd7905 commit 36acde6
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 105 deletions.
24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

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

24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.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 @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gsl:
- '2.7'
libcblas:
- 3.9 *netlib
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -31,5 +29,3 @@ target_platform:
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.12.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.9.* *_73_pypy
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libcblas:
- 3.9 *netlib
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,6 +28,3 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

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

Loading

0 comments on commit 36acde6

Please sign in to comment.