From c354503714d031c3264ba41d839c6162f2f59d8b Mon Sep 17 00:00:00 2001 From: pandaboylol8 <72109877+pandaboylol8@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:51:10 -0400 Subject: [PATCH] Create requirements.txt for needed modules --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..13d1624 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +torch +numpy +pygame +matplotlib +IPython