Skip to content

Commit

Permalink
Merge pull request #56 from regro-cf-autotick-bot/2.5.0_h92e101
Browse files Browse the repository at this point in the history
nb_conda_kernels v2.5.0
  • Loading branch information
ocefpaf authored Apr 17, 2024
2 parents 3745e2d + 04d4d25 commit f275868
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 15 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

4 changes: 2 additions & 2 deletions azure-pipelines.yml

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

5 changes: 3 additions & 2 deletions build-locally.py

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

10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{% set version = "2.3.1" %}
{% set version = "2.5.0" %}

package:
name: nb_conda_kernels
version: {{ version }}

source:
url: https://github.com/Anaconda-Platform/nb_conda_kernels/archive/{{ version }}.tar.gz
sha256: dae953500f6247f320b79e8318bc7845f7bffeb142dfe16ea37f1c16dff26766
sha256: 33ed459fa742b3267b639a2cad7a6e1d9b519dceec42a6a5bde09469783d9c26

build:
noarch: python
number: 4
number: 0

requirements:
host:
- python >=3.8,<3.12
- pip
run:
- python >=3.8,<3.12
- notebook
- r-irkernel
- requests
- psutil
- pywin32 # [win]
- jupyter_client >=4.2
- __unix # [unix]
Expand Down

0 comments on commit f275868

Please sign in to comment.