From 4160a9e62901ca4a346afc21debeb88845a19647 Mon Sep 17 00:00:00 2001
From: Andy Buckley <andy.buckley@cern.ch>
Date: Thu, 12 Oct 2023 10:25:47 +0100
Subject: [PATCH] Add requirements file, with optional packages noted as
 specific to extra modes

---
 requirements.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 requirements.txt

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..08d1517
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,12 @@
+numpy
+scipy
+tabulate
+pyyaml
+matplotlib
+
+h5py[h5]
+sobol[qr]
+sympy[sym]
+
+#ROOT
+#yoda
-- 
GitLab