We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4617780 + dfcfae6 commit 1aaebb0Copy full SHA for 1aaebb0
.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
45
pip install ./plugins/yjs
46
pip install ./plugins/lab
47
pip install ./plugins/jupyterlab
48
+ pip install "jupyter_ydoc >=0.1.16,<0.2.0" # FIXME: remove with next JupyterLab release
49
50
pip install mypy pytest pytest-asyncio requests ipykernel
51
plugins/yjs/setup.cfg
@@ -23,8 +23,8 @@ install_requires =
23
fps >=0.0.8
24
fps-auth
25
fps-contents
26
- jupyter_ydoc >=0.1.10
27
- ypy-websocket >=0.1.13
+ jupyter_ydoc >=0.1.16,<0.2.0
+ ypy-websocket >=0.3.1,<0.4.0
28
29
[options.entry_points]
30
fps_router =
0 commit comments