From 2d65e32197bddf2bd9d00b61fbf83319626ff76c Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Mon, 30 Oct 2023 16:11:41 -0400 Subject: [PATCH] HLA-1145: New drizzlepac release candidate 3.6.2rc2 #1686 (#1690) --- CHANGELOG.rst | 6 ++++-- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d08edb25..3e2f28828 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,12 +18,14 @@ number of the code change for that issue. These PRs can be viewed at: https://github.com/spacetelescope/drizzlepac/pulls -3.6.2rc0 (unreleased) +3.6.2rc2 (unreleased) ===================== +- At this time pin Astrocut to versions <=0.9 to avoid conflicts with urllib3 + package. [#1145] - Added functionality to allow the use of a two-column poller file. This is used to update the WFPC2 SVM aperture header keywords from the values in the poller - file. + file. [#1683] - Removed the version restriction on matplotlib. [#1649] diff --git a/pyproject.toml b/pyproject.toml index 4c25ef304..2f0652af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ 'pandas', 'spherical_geometry>=1.2.22', 'astroquery>=0.4', - 'astrocut', + 'astrocut<=0.9', 'photutils>1.5.0', 'lxml', 'PyPDF2',