From fc65e2a32044ab29ae9293de270d4d24fc89dd30 Mon Sep 17 00:00:00 2001
From: Steven Hahn <hahnse@ornl.gov>
Date: Mon, 17 Dec 2018 16:37:00 -0500
Subject: [PATCH] Remove dask.

---
 MantidPlot/make_package.rb.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MantidPlot/make_package.rb.in b/MantidPlot/make_package.rb.in
index 6a88b53d283..9155be5856a 100755
--- a/MantidPlot/make_package.rb.in
+++ b/MantidPlot/make_package.rb.in
@@ -339,7 +339,7 @@ system_python_extras = "/System/Library/Frameworks/Python.framework/Versions/2.7
 pip_site_packages = "/Library/Python/2.7/site-packages"
 directories = ["sphinx","sphinx_bootstrap_theme","IPython","zmq","pygments","backports", "qtawesome", "qtpy",
                "certifi","tornado","markupsafe","matplotlib","mpl_toolkits", "jinja2","jsonschema","functools32",
-               "ptyprocess","CifFile","yaml","requests","dask","networkx","PIL","dateutil","pytz",
+               "ptyprocess","CifFile","yaml","requests","networkx","PIL","dateutil","pytz",
                "pywt","toolz","skimage"]
 directories.each do |directory|
   module_dir = "#{pip_site_packages}/#{directory}"
-- 
GitLab