diff --git a/requirements.sh b/requirements.sh index 9c7afa4..6249427 100755 --- a/requirements.sh +++ b/requirements.sh @@ -1 +1,3 @@ -conda install --yes ipython-notebook pandas matplotlib numexpr +#!/bin/bash + +conda install --yes ipython-notebook matplotlib pandas scipy "$@"