From ca14dca9d4e9160dfc5641b1ea11005390d4ddeb Mon Sep 17 00:00:00 2001
From: Tieqiong Zhang <tz2600@columbia.edu>
Date: Mon, 19 Aug 2024 01:09:49 -0400
Subject: [PATCH 1/2] update requirements/run.txt, include right package

---
 requirements/run.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements/run.txt b/requirements/run.txt
index 1d2bb168..567af6bb 100644
--- a/requirements/run.txt
+++ b/requirements/run.txt
@@ -1,5 +1,6 @@
 numpy < 2.0.0  # Need to fix deprecations before 2.0.0 compat
 wxpython
 diffpy.pdffit2
+diffpy.structure
 diffpy.utils
-matplotlib-base
+matplotlib

From 70603537c2614d5b1ca31b4523e81daca59df4d2 Mon Sep 17 00:00:00 2001
From: Tieqiong Zhang <tz2600@columbia.edu>
Date: Tue, 20 Aug 2024 00:07:03 -0400
Subject: [PATCH 2/2] use matplotlib-base

---
 requirements/run.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/run.txt b/requirements/run.txt
index 567af6bb..a8d863e1 100644
--- a/requirements/run.txt
+++ b/requirements/run.txt
@@ -3,4 +3,4 @@ wxpython
 diffpy.pdffit2
 diffpy.structure
 diffpy.utils
-matplotlib
+matplotlib-base