Skip to content

Commit

Permalink
update jupyter-lsp version, jupyterlab pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Feb 26, 2024
1 parent 3dba9aa commit a886e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set build_number = 0 %}

# this will likely have to be hand-updated.
{% set server_version = "2.2.2" %}
{% set server_version = "2.2.3" %}
# Leave the build number the same if only the labextension changes.
{% set server_build_number = 0 %}

Expand All @@ -21,7 +21,7 @@ source:
sha256: aeac84093ada6d20ef57ae0e97811cc5796a0cab7237b32f8eddf993c0bb0356
- folder: jupyter-lsp
url: https://pypi.io/packages/source/j/jupyter-lsp/jupyter-lsp-{{ server_version }}.tar.gz
sha256: 256d24620542ae4bba04a50fc1f6ffe208093a07d8e697fea0a8d1b8ca1b7e5b
sha256: 33dbcbc5df24237ff5c8b696b04ff4689fcd316cb8d4957d620fe5504d7d2c3f

build:
noarch: python
Expand Down Expand Up @@ -51,7 +51,7 @@ outputs:
- python >=3.8
run:
- jupyter-lsp >={{ server_version }}
- jupyterlab >=4.0.6,<5.0.0a0
- jupyterlab >=4.1.0,<5.0.0a0
- python >=3.8
test:
requires:
Expand Down

0 comments on commit a886e82

Please sign in to comment.