From b3e113d2e1351ea1d48170a3433c2228ac2ae137 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Dec 2024 07:36:15 -0500 Subject: Package ludic This required upgrading to python 3.12 because of some f-string format thing that ludic uses. It's kind of annoying but the upgrade was easy enough, so I just did it. --- Omni/Bild/Deps/Python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Bild/Deps/Python.nix') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index ba7a858..e36896a 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -1 +1 @@ -[ "cryptography" "llm" "mypy" "nltk" "slixmpp" "flask" "openai" ] +[ "cryptography" "llm" "mypy" "nltk" "slixmpp" "flask" "openai" "ludic" ] -- cgit v1.2.3