Skip to content

Commit

Permalink
Update to sfdmap2 for compatibility with new numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergagliano committed Oct 25, 2023
1 parent 9c326da commit 4a12a8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion astro_ghost/PS1QueryFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from astropy.coordinates import SkyCoord
from astroquery.vo_conesearch import ConeSearch
from astroquery.vo_conesearch import vos_catalog
vos_catalog.list_catalogs("conesearch_good")
from warnings import simplefilter

# could absolutely be more efficient, but filter out warnings for now
Expand Down
2 changes: 1 addition & 1 deletion astro_ghost/photoz_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import codecs

import time
import sfdmap
from sfdmap2 import sfdmap
import os
import tarfile

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
package_data={
'astro_ghost': ['Star_Galaxy_RealisticModel_GHOST_PS1ClassLabels.sav','tonry_ps1_locus.txt'],
},
install_requires=['pandas', 'scikit-learn<1.3.0', 'numpy', 'seaborn', 'matplotlib', 'joypy','astropy', 'photutils', 'scipy', 'datetime', 'requests<2.29.0','imblearn','rfpimp','Pillow', 'pyvo', 'astroquery', 'mastcasjobs', 'opencv-python','tensorflow','sfdmap','importlib_resources'],
install_requires=['pandas', 'scikit-learn<1.3.0', 'numpy', 'seaborn', 'matplotlib', 'joypy','astropy', 'photutils', 'scipy', 'datetime', 'requests<2.29.0','imblearn','rfpimp','Pillow', 'pyvo', 'astroquery', 'mastcasjobs', 'opencv-python','tensorflow','sfdmap2','importlib_resources'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4a12a8f

Please sign in to comment.