jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

Relax apputils pin #35

Closed krassowski closed 3 years ago

krassowski commented 3 years ago

The current pin prevents installing the new version of extension in JupyterLab != 2.2.2:

"@ijmbarr/jupyterlab_spellchecker@0.1.9" is not compatible with the current JupyterLab
JupyterLab           Extension      Package
>=2.2.4 <2.3.0       2.2.2          @jupyterlab/apputils
See the log file for details:  /tmp/jupyterlab-debug-x9jyuji7.log

Instead, it should require versions compatible with 2.2.2. Probably my fault, sorry about that!

krassowski commented 3 years ago

This will require a new release. Sorry!

krassowski commented 3 years ago

@ijmbarr would you have time to take a look at it? I'm sorry I did not push the proposed migration to JupyterLab organisation further, but still willing to do so ultimately.

ijmbarr commented 3 years ago

Sorry, I must have missed this.