Remove maturin version constraints in devcontainer Dockerfile

pull/222/head
Edmond 3 years ago
parent 6589421fd9
commit 633f012730
  1. 2
      .devcontainer/Dockerfile

@ -16,7 +16,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip install --no-cache-dir \
"maturin>=0.9,<0.10" \
maturin \
sphinx \
sphinx-autobuild \
furo

Loading…
Cancel
Save