Skip to content

Commit

Permalink
Merge pull request #189 from hmaarrfk/bump_2.7.0
Browse files Browse the repository at this point in the history
Bump 2.7.0, Python 3.10, and libprotobuf 3.19
  • Loading branch information
xhochy authored Feb 6, 2022
2 parents 2eb2499 + ed8a506 commit de3cc66
Show file tree
Hide file tree
Showing 55 changed files with 1,109 additions and 562 deletions.
80 changes: 50 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

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

26 changes: 16 additions & 10 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 @@ -33,9 +33,11 @@ libcurl:
libpng:
- '1.6'
libprotobuf:
- '3.18'
- '3.19'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -54,6 +56,8 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
Expand All @@ -67,5 +71,8 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ libcurl:
libpng:
- '1.6'
libprotobuf:
- '3.18'
- '3.19'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -54,6 +56,8 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
Expand All @@ -67,5 +71,8 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ libcurl:
libpng:
- '1.6'
libprotobuf:
- '3.18'
- '3.19'
nccl:
- '2'
numpy:
- '1.19'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -54,6 +56,8 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
Expand All @@ -67,5 +71,8 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
giflib:
- '5.2'
grpc_cpp:
- '1.42'
icu:
- '69'
jpeg:
- '9'
libcurl:
- '7'
libpng:
- '1.6'
libprotobuf:
- '3.19'
nccl:
- '2'
numpy:
- '1.21'
openssl:
- 1.1.1
pin_run_as_build:
jpeg:
max_pin: x
libcurl:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
sqlite:
max_pin: x
zlib:
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ libcurl:
libpng:
- '1.6'
libprotobuf:
- '3.18'
- '3.19'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -54,6 +56,8 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
Expand All @@ -67,5 +71,8 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ libcurl:
libpng:
- '1.6'
libprotobuf:
- '3.18'
- '3.19'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -54,6 +56,8 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
snappy:
- '1'
sqlite:
Expand All @@ -67,5 +71,8 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
- python_impl
zlib:
- '1.2'
Loading

0 comments on commit de3cc66

Please sign in to comment.