diff --git a/salomon.csv b/salomon.csv
index 396c733896045a541f99fbe10e32651a2973abe3..027e8f9090a10eaa37cf1af6387277549d793197 100644
--- a/salomon.csv
+++ b/salomon.csv
@@ -240,6 +240,7 @@ cURL/7.53.1,2
 cURL/7.53.1-GCCcore-6.3.0,2
 cURL/7.56.1,2
 cycler/0.10.0-Py-3.6,2
+dask/0.17.0-Py-3.6,2
 DCW/1.1.2,2
 DDT/4.2,2
 DDT/5.0.1,2
@@ -1500,9 +1501,6 @@ Singularity/2.3.2,2
 Singularity/2.4.2,2
 SIONlib/1.6.1-intel-2015b-tools,2
 SIONlib/1.6.1-tools,2
-SIP/4.16.4-foss-2015g-Python-2.7.9,2
-SIP/4.17-foss-2015g-Python-2.7.9,2
-SIP/4.17-Python-2.7.9,2
 SIP/4.19.6-Py-3.6,2
 six/1.11.0-Py-2.7,2
 six/1.11.0-Py-3.6,2
@@ -1628,6 +1626,7 @@ Tk/8.6.6-test,2
 Tk/8.6.7-GCC-6.3.0-2.27,2
 tmux/2.3,2
 Togl/1.7-intel-2017a,2
+toolz/0.9.0-Py-3.6,2
 tornado/4.5.3-Py-2.7,2
 TotalView/8.15.4-6-linux-x86-64,2
 Trilinos/12.10.1-intel-2017a-Python-2.7.11,2
diff --git a/salomon.md b/salomon.md
index 1e14b605fe0de22c5c2c5000ebcb0d0b8653e991..0641ee56be7eb3730c08b2208747dca82422ed20 100644
--- a/salomon.md
+++ b/salomon.md
@@ -188,7 +188,6 @@
 | [R](http://www.r-project.org/) | R is a free software environment for statistical computing and graphics. |
 | [Racket](http://racket-lang.org) | Racket is a full-spectrum programming language. It goes beyond Lisp and Scheme with dialects that support objects, types, laziness, and more. |
 | [Ruby](https://www.ruby-lang.org) | Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. |
-| [SIP](http://www.riverbankcomputing.com/software/sip/) | SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. |
 | [SnuCL](http://snucl.snu.ac.kr) | An OpenCL Framework for Heterogeneous Clusters |
 | [Tcl](http://www.tcl.tk/) | Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. |
 
@@ -370,6 +369,7 @@
 | [certifi](https://pypi.python.org/pypi/certifi) | Python package for providing Mozillas CA Bundle. |
 | [click](https://pypi.python.org/pypi/click) | A simple wrapper around optparse for powerful command line utilities. |
 | [cycler](https://matplotlib.org/cycler) | Composable style cycles. |
+| [dask](https://pypi.python.org/pypi/dask) | Parallel PyData with Task Scheduling. |
 | [decorator](https://pypi.python.org/pypi/decorator) | Better living through Python with decorators. |
 | [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. |
 | [h5py](http://www.h5py.org/) | HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. |
@@ -414,6 +414,7 @@
 | [spglib-python](https://pypi.python.org/pypi/spglib) | Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C. |
 | [sympy](http://sympy.org/) | SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. |
 | [tabulate](https://pypi.python.org/pypi/tabulate) | Pretty-print tabular data. |
+| [toolz](https://pypi.python.org/pypi/toolz) | List processing tools and functional utilities. |
 | [tornado](https://pypi.python.org/pypi/tornado) | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
 | [urllib3](https://pypi.python.org/pypi/urllib3) | HTTP library with thread-safe connection pooling, file post, and more. |
 | [virtualenv](https://pypi.python.org/pypi/virtualenv) | Virtual Python Environment builder. |