Skip to content

Commit 0bb46f0

Browse files
authored
Make sure comm is installed
1 parent 836e740 commit 0bb46f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/vm/container_manager.py

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
# Python packages to be installed into Sage (via pip)
321321
python_packages = [
322322
# Dependencies of SageMathCell
323+
"comm",
323324
"lockfile",
324325
"paramiko",
325326
"psutil",

0 commit comments

Comments
 (0)