Skip to content

Commit 199e917

Browse files
authored
BUG: Use dependency groups where not updated (#893)
1 parent f0a9d44 commit 199e917

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ WORKDIR /app
2121
ADD . /app
2222
RUN python${PYTHON_VERSION} -m venv /venv && \
2323
/venv/bin/python -m pip install -U pip && \
24-
/venv/bin/python -m pip install -e .[dev,doc,test]
24+
/venv/bin/python -m pip install -e . --group dev
2525
ENTRYPOINT ["/bin/bash", "-c"]

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To install for local development:
5656
5757
git clone git@github.com:corteva/rioxarray.git
5858
cd rioxarray
59-
python -m pip install -e .[dev]
59+
python -m pip install -e . --group dev
6060
6161
6262
.. _GitHub repo: https://github.com/corteva/rioxarray

0 commit comments

Comments
 (0)