Compare commits

..

No commits in common. "60ba25c9d5809fc1ed5a7f5de872a49bc45e059f" and "787cb5f64682b0fc297848e4d2aba79b44173d0a" have entirely different histories.

View File

@ -320,7 +320,6 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
(soap-client . "nongnu")
(so-long . "nongnu")
(svg . "nongnu")
(transient . "melpa") ; Upgrade!
(use-package . "nongnu")
(use-package-ensure-system-package . "nongnu")
(verilog-mode . "nongnu")
@ -5269,8 +5268,14 @@ Available versions: 0.2.0, 0.1.1, 0.1.0
:group 'pip
:type '(repeat string))
;; Updating "docutils" may require a compatible "Sphinx" release.
;; (setopt pip-frozen-packages '("docutils"))
;; Frozen until a new release of jupyter-server-ydoc or other packages.
;; See: https://github.com/conda-forge/jupyter_server_ydoc-feedstock.
(setopt pip-frozen-packages '("aiofiles"
;; "docutils"
"jupyter-server-ydoc"
"jupyter-ydoc"
"y-py"
"ypy-websocket"))
#+end_src
#+caption[Emacs interface to list outdated Python packages]: