Skip to content

Commit

Permalink
Update required astropy & pillow versions for bug fix & security
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed Nov 17, 2023
1 parent c548173 commit 7c99a51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sofia_image_pipeline',
version='1.2.3',
version='1.2.4',
description='SIP takes a SoFiA generated source catalog and produce images for publication or quick inspection. Images include HI contours overlaid on multiwavelength images, HI moment maps, pixel-by-pixel SNR maps, pv-diagrams with SoFiA mask, and spectra with and without noise.',
url='https://github.com/kmhess/SoFiA-image-pipeline',
author='Kelley M. Hess',
Expand All @@ -12,14 +12,14 @@
"src.modules",
],
install_requires=[
"astropy == 5.0.1",
"astropy >= 5.0.2",
"astroquery == 0.4.5",
"matplotlib == 3.4.1",
"numpy == 1.22.0",
"Pillow == 9.2.0",
"Pillow >= 10.0.0",
"pvextractor >= 0.2",
"requests == 2.25.1",
"setuptools==62.3.2",
"setuptools == 62.3.2",
"sphinx_rtd_theme == 1.0.0",
"xmltodict == 0.12.0"
],
Expand Down

0 comments on commit 7c99a51

Please sign in to comment.