From d1292d008cac9516220d823372673e6d5f03b30e Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 12 Sep 2023 07:56:05 +0200 Subject: [PATCH] Unfreeze the "pyparsing" Python package --- README.org | 7 ------- 1 file changed, 7 deletions(-) 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