diff --git a/README.org b/README.org index 263a1fa..cbb58d1 100644 --- a/README.org +++ b/README.org @@ -5627,10 +5627,6 @@ pip list --outdated #+name: lst:shell-pip-list-outdated-results #+RESULTS: lst:shell-pip-list-outdated #+begin_src text -n -Package Version Latest Type ---------- ------- ------ ----- -jedi 0.18.2 0.19.0 wheel -pyparsing 3.0.9 3.1.0 wheel #+end_src #+caption[Show how to use =pip index versions=]: @@ -5664,9 +5660,6 @@ Available versions: 0.2.0, 0.1.1, 0.1.0 :group 'pip :type '(repeat string)) -;; Frozen matplotlib requirements: -(setopt pip-frozen-packages '("pyparsing")) - ;; Updating "docutils" may require a compatible "Sphinx" release. ;; (setopt pip-frozen-packages '("docutils")) #+end_src