Skip to content

Commit 0caaec5

Browse files
committed
make sure Docker test env has matplotlib tkinter networkx
1 parent fe0f54a commit 0caaec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY requirements.txt .
1616
RUN pip install --no-cache-dir -r requirements.txt
1717

1818
# Install dev dependencies
19-
RUN pip install --no-cache-dir pytest tox
19+
RUN pip install --no-cache-dir pytest tox matplotlib tkinter networkx
2020

2121
# Copy source code
2222
COPY . .

0 commit comments

Comments
 (0)