Skip to content

Commit e391dd2

Browse files
authored
Merge pull request #358 from krassowski/fix/ujson-pin
Remove ujson pin
2 parents 370f889 + 0fe908b commit e391dd2

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Language Server Protocol integration for Jupyter(Lab)
22

3-
[![Build Status](https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master)](https://travis-ci.org/krassowski/jupyterlab-lsp) ![tests](https://github.com/krassowski/jupyterlab-lsp/workflows/tests/badge.svg) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest)](https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
3+
[![Build Status](https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master)](https://travis-ci.org/krassowski/jupyterlab-lsp) ![tests](https://github.com/krassowski/jupyterlab-lsp/workflows/ttests/badge.svg) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest)](https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
44

55
> _This project is still maturing, but you are welcome to check it out, leave feedback and/or a PR_
66
@@ -154,10 +154,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
154154
Note: it is worth visiting the repository of each server you install as
155155
many provide additional configuration options.
156156

157-
Note on pyls (python-language-server) issues: pyls is known to require specific
158-
versions of some dependencies such as [ujson <= 1.35](https://github.com/krassowski/jupyterlab-lsp/issues/203#issuecomment-599039556), [jedi == 0.15.2 and parso == 0.5.2](https://github.com/krassowski/jupyterlab-lsp/issues/200#issuecomment-599039353). If you experience any issues with LSP functions in Python,
159-
please check if you have the right version using `pip freeze` command.
160-
161157
1. (Optional, Linux/OSX-only) to enable opening files outside of the root
162158
directory (the place where you start JupyterLab), create `.lsp_symlink` and
163159
symlink your `/home`, or any other location which includes the files that you

binder/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies:
2222
- pip
2323
- pylint
2424
- python-language-server
25-
- ujson <=1.35
2625
- ruamel_yaml
2726
- pip: # not-yet-appearing-in-conda-forge
2827
- pyls-black

docs/rtd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies:
1717
- pandas
1818
- pytest-check-links
1919
- python-language-server
20-
- ujson <=1.35
2120
- recommonmark
2221
- sphinx
2322
- sphinx_rtd_theme

requirements/github-actions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
# for python language server (and development)
1212
- flake8 >=3.5
1313
- python-language-server
14-
- ujson <=1.35
1514
# for R language server and kernel
1615
# TODO: try r 4.0 soon
1716
- r <4

0 commit comments

Comments
 (0)