Unfreeze the "pyparsing" Python package

This commit is contained in:
Gerard Vermeulen 2023-09-12 07:56:05 +02:00
parent 65d07b1d5f
commit d1292d008c
1 changed files with 0 additions and 7 deletions

View File

@ -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