From 8f8c2e8e217b16f25efe46a5e844146ad356212f Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Mon, 1 Apr 2024 17:18:08 -0400 Subject: [PATCH] Newcandidate 370rc4 (#1785) --- CHANGELOG.rst | 6 ------ pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b20ba09e3..8079203fd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,12 +21,6 @@ number of the code change for that issue. These PRs can be viewed at: 3.7.0rc2 (22-Mar-2024) Infrastructure Build =========================================== -- Modified the pyproject.toml file in order to force the use of - stsci-imagestats >= 1.8.1. Version 1.8.1 contains a bug fix which caused - drizzlepac to fail in Linux machines. It was necessary to force this - change as the build sequence is "in progress" and will not allow changes - to non-domestic packages until the build sequence is complete. - - Force the identified bad rows to be removed from the total (aka white light) source catalog before the corresponding bad segments are removed from the segmentation image. [#1771] diff --git a/pyproject.toml b/pyproject.toml index 3530f4f60..caa92727e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'matplotlib', 'stsci.tools>=4.0', 'stsci.image>=2.3.4', - 'stsci.imagestats>=1.8.1', + 'stsci.imagestats', 'stsci.skypac>=1.0.9', 'stsci.stimage', 'stwcs>=1.5.3',