From b017c1b9e90d20ecaff6e7438daa0db23d0885e5 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 2 Oct 2024 09:01:33 -0400 Subject: [PATCH 1/3] Use matplotlib instead of matplotlib-base for pip users --- requirements/run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/run.txt b/requirements/run.txt index 5b4d7ebd..d398d156 100644 --- a/requirements/run.txt +++ b/requirements/run.txt @@ -3,4 +3,4 @@ wxpython diffpy.pdffit2 diffpy.structure diffpy.utils -matplotlib-base +matplotlib From 42bc4d8500a93cfb49d5d8443d01957757ea99f9 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 2 Oct 2024 09:04:37 -0400 Subject: [PATCH 2/3] Add news for matplotlib --- news/matplotlib.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/matplotlib.rst diff --git a/news/matplotlib.rst b/news/matplotlib.rst new file mode 100644 index 00000000..2576f460 --- /dev/null +++ b/news/matplotlib.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* use matplotlib isntead of matplotlib-base in run.txt for pip install + +**Security:** + +* From 0c7ed2ff7cb5f3c6848d65df7f830fd781ef2b4b Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 2 Oct 2024 09:04:54 -0400 Subject: [PATCH 3/3] Fix typo --- news/matplotlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/matplotlib.rst b/news/matplotlib.rst index 2576f460..e4c2a482 100644 --- a/news/matplotlib.rst +++ b/news/matplotlib.rst @@ -16,7 +16,7 @@ **Fixed:** -* use matplotlib isntead of matplotlib-base in run.txt for pip install +* use matplotlib instead of matplotlib-base in run.txt for pip install **Security:**