Skip to content

Commit

Permalink
Upgrade matplotlib & pvextractor. Close #88
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed May 13, 2024
1 parent 61327ac commit c89a766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
astropy>=5.0.2
astroquery==0.4.5
matplotlib==3.4.1
matplotlib==3.5.1
numpy==1.22.0
Pillow>=10.0.1
pvextractor>=0.2
pvextractor>=0.4
requests>=2.31.0
setuptools>=65.5.1
sphinx_rtd_theme==1.0.0
Expand Down
6 changes: 3 additions & 3 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.4',
version='1.2.5',
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 @@ -14,10 +14,10 @@
install_requires=[
"astropy >= 5.0.2",
"astroquery == 0.4.5",
"matplotlib == 3.4.1",
"matplotlib >= 3.5.1",
"numpy == 1.22.0",
"Pillow >= 10.0.1",
"pvextractor >= 0.2",
"pvextractor >= 0.4",
"requests >= 2.31.0",
"setuptools >= 65.5.1",
"sphinx_rtd_theme == 1.0.0",
Expand Down

0 comments on commit c89a766

Please sign in to comment.