Skip to content

Commit

Permalink
Merge pull request #35 from aivazis/main
Browse files Browse the repository at this point in the history
Removed numpy from the host requirements
  • Loading branch information
rtburns-jpl authored Oct 12, 2023
2 parents 3c3c7dc + 0fc6c86 commit 4e6a71a
Show file tree
Hide file tree
Showing 27 changed files with 187 additions and 103 deletions.
40 changes: 20 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.yml

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

40 changes: 20 additions & 20 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 @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
hdf5:
- 1.14.2
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
hdf5:
- 1.14.2
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
hdf5:
- 1.14.2
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
hdf5:
- 1.14.2
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
hdf5:
- 1.14.2
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,4 +32,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
- python_impl
Loading

0 comments on commit 4e6a71a

Please sign in to comment.