From e5aca007e32931cfd1d1fdcc1edbd9ea453f25a6 Mon Sep 17 00:00:00 2001 From: carlosroxo1 <101464820+carlosroxo1@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:52:50 +0000 Subject: [PATCH] Update requirements.txt Got ModuleNotFoundError: No module named 'cooked_input' after the first run --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 498ea3c..abe4502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ python-dotenv tqdm numpy-stl colorcet +cooked_input