Skip to content

Commit af7e0a0

Browse files
committed
remove tkinter as it was breaking pip install
1 parent 0caaec5 commit af7e0a0

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 matplotlib tkinter networkx
19+
RUN pip install --no-cache-dir pytest tox matplotlib networkx
2020

2121
# Copy source code
2222
COPY . .

0 commit comments

Comments
 (0)