Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
voila
|
| 2 |
httpx
|
| 3 |
torch
|
| 4 |
-
ipython
|
| 5 |
tornado
|
|
|
|
| 6 |
nbformat
|
| 7 |
nbclient
|
| 8 |
nbconvert
|
|
@@ -24,20 +24,19 @@ langchain_mistralai
|
|
| 24 |
sentence-transformers
|
| 25 |
|
| 26 |
jupyter
|
|
|
|
|
|
|
| 27 |
jupyterhub
|
| 28 |
jupyter-ai[all]
|
| 29 |
jupyterlab-git
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
#jupyterlab==4.2.5
|
| 33 |
jupyterlab-widgets
|
| 34 |
jupyter-server-proxy
|
| 35 |
jupyter_http_over_ws
|
|
|
|
| 36 |
jupyter_contrib_nbextensions
|
|
|
|
| 37 |
#ipywidgets>=8.0.0
|
| 38 |
#tornado==6.2
|
| 39 |
-
#
|
| 40 |
-
#setuptools==65.5.0
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
| 1 |
voila
|
| 2 |
httpx
|
| 3 |
torch
|
|
|
|
| 4 |
tornado
|
| 5 |
+
ipython
|
| 6 |
nbformat
|
| 7 |
nbclient
|
| 8 |
nbconvert
|
|
|
|
| 24 |
sentence-transformers
|
| 25 |
|
| 26 |
jupyter
|
| 27 |
+
notebook
|
| 28 |
+
jupyterlab
|
| 29 |
jupyterhub
|
| 30 |
jupyter-ai[all]
|
| 31 |
jupyterlab-git
|
| 32 |
+
jupyterlab-lsp
|
| 33 |
+
python-lsp-server
|
|
|
|
| 34 |
jupyterlab-widgets
|
| 35 |
jupyter-server-proxy
|
| 36 |
jupyter_http_over_ws
|
| 37 |
+
jupyterlab-proxy-gui
|
| 38 |
jupyter_contrib_nbextensions
|
| 39 |
+
|
| 40 |
#ipywidgets>=8.0.0
|
| 41 |
#tornado==6.2
|
| 42 |
+
#setuptools==65.5.0
|
|
|
|
|
|
|
|
|
|
|
|