diff --git a/README.org b/README.org index b61f3e6..c333185 100644 --- a/README.org +++ b/README.org @@ -26,7 +26,6 @@ elisp dependencies first: * https://github.com/magnars/dash.el - * Including dash-functional * https://github.com/magnars/s.el * https://github.com/rejeep/f.el diff --git a/ob-ipython.el b/ob-ipython.el index 043fb9a..e98850b 100644 --- a/ob-ipython.el +++ b/ob-ipython.el @@ -3,7 +3,7 @@ ;; Author: Greg Sexton ;; Keywords: literate programming, reproducible research ;; Homepage: http://www.gregsexton.org -;; Package-Requires: ((s "1.9.0") (dash "2.10.0") (dash-functional "1.2.0") (f "0.17.2") (emacs "24")) +;; Package-Requires: ((s "1.9.0") (dash "2.18.0") (f "0.17.2") (emacs "24")) ;; The MIT License (MIT) @@ -36,7 +36,6 @@ (require 'ob) (require 'ob-python) (require 'dash) -(require 'dash-functional) (require 's) (require 'f) (require 'json)