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',