Skip to content

Commit

Permalink
Merge pull request #90 from ccordoba12/v2.4.3
Browse files Browse the repository at this point in the history
Update to version 2.4.3
  • Loading branch information
ccordoba12 authored Apr 3, 2023
2 parents b05a97d + 5ba32c4 commit f50622b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

8 changes: 4 additions & 4 deletions README.md

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "spyder-kernels" %}
{% set version = "2.4.2" %}
{% set version = "2.4.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spyder-kernels-{{ version }}.tar.gz
sha256: 97586eabda1f714c26035b5b01ed7c2e3f539b0de76bd479af5003f5f19b3eb7
sha256: d1a364ab89da716d91671ba9d89ef8f1966068bba0e470797a489653829caaf3

build:
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -25,8 +25,8 @@ requirements:
- python >=3.7
- cloudpickle
- ipykernel >=6.16.1,<7.0.0
- ipython >=7.31.1,<9.0.0
- jupyter_client >=7.4.9,<8.0.0
- ipython >=7.31.1,<9.0.0,!=8.8.0,!=8.9.0,!=8.10.0
- jupyter_client >=7.4.9,<9.0.0
- pyzmq >=22.1.0
- wurlitzer >=1.0.3 # [unix]
- __unix # [unix]
Expand Down

0 comments on commit f50622b

Please sign in to comment.