Skip to content

Commit 3604811

Browse files
committed
Release v2.0.0
1 parent 4140789 commit 3604811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN uv pip install \
106106
requests_cache \
107107
yfinance alpha_vantage nasdaq-data-link finnhub-python financetoolkit financedatabase \
108108
statsmodels \
109-
python-lsp-server[all]
109+
python-lsp-server
110110

111111
# Install ipykernel
112112
RUN /opt/venv/bin/python -m ipykernel install --user --name="jupyter_devbox" --display-name="jupyter_devbox_python3_venv"

.devcontainer/arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN uv pip install \
119119
requests_cache \
120120
yfinance alpha_vantage nasdaq-data-link finnhub-python financetoolkit financedatabase \
121121
statsmodels \
122-
python-lsp-server[all]
122+
python-lsp-server
123123

124124
# Install ipykernel
125125
RUN /opt/venv/bin/python -m ipykernel install --user --name="jupyter_devbox" --display-name="jupyter_devbox_python3_venv"

0 commit comments

Comments
 (0)