From 51462351fef83e8b85a294e5e274b16981b08848 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Fri, 7 Feb 2025 15:51:03 -0500 Subject: [PATCH 1/2] docs: remove diffpy.structure and numpy in readme.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0b284c64..f3eb5f0c 100644 --- a/README.rst +++ b/README.rst @@ -105,7 +105,7 @@ Activate the environment: :: It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install pdffit2 from Pypi using ``pip`` to download and install the latest version from `Python Package Index `_: :: - conda install wxpython diffpy.utils diffpy.structure matplotlib-base pycifrw numpy + conda install wxpython diffpy.utils matplotlib-base pycifrw pip install diffpy.pdffit2 Now we want to install PDFgui from conda-forge: :: From 3acf6b001f8f840521d40e5ce8527d324fada15f Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Fri, 7 Feb 2025 15:53:40 -0500 Subject: [PATCH 2/2] Add news --- news/fix-installation.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/fix-installation.rst diff --git a/news/fix-installation.rst b/news/fix-installation.rst new file mode 100644 index 00000000..5a5857d6 --- /dev/null +++ b/news/fix-installation.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* Remove diffpy.structure and numpy in macOS Arm64 readme installation since they are installed by other conda-forge dependencies. + +**Fixed:** + +* + +**Security:** + +*