From 3ece8914f6ed549cfc3a8b4b1fdfe4432f768516 Mon Sep 17 00:00:00 2001 From: Radomir Stevanovic Date: Mon, 10 Jul 2023 02:42:35 -0700 Subject: [PATCH] Add requirements.txt Motivation: document requirements of the remaining working code (`helpers`), so they can be installed on demand, and we don't need to have them (i.e. `bokeh`) preinstalled in our LeapIDE image. --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c2ae308 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +dwave-ocean-sdk>=3.3.0 +jupyter +matplotlib~=3.0 +bokeh