From 52d9a653b3defe8fdc33030662272765b07d6483 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Fri, 27 Jun 2025 11:55:35 -0500 Subject: [PATCH 1/2] clean requirements --- requirements/build.txt | 4 ---- requirements/conda.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index dde224fc..e69de29b 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,4 +0,0 @@ -python -boost -numpy -# libobjcryst (if libdiffpy built with objcryst) diff --git a/requirements/conda.txt b/requirements/conda.txt index a9b021c0..0f11dbec 100644 --- a/requirements/conda.txt +++ b/requirements/conda.txt @@ -1,4 +1,4 @@ -libdiffpy=1.4.1rc1 +libdiffpy libboost-devel libobjcryst pyobjcryst From 0fbc6c29593407120868832e886064ca3225df75 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Fri, 27 Jun 2025 12:08:10 -0500 Subject: [PATCH 2/2] add news --- news/req.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/req.rst diff --git a/news/req.rst b/news/req.rst new file mode 100644 index 00000000..e606bbdd --- /dev/null +++ b/news/req.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Update requirements to use full release `libdiffpy` and remove wrong build dependencies. + +**Security:** + +*