diff --git a/astro_ghost/photoz_helper.py b/astro_ghost/photoz_helper.py index 38541ce..6fc24d0 100644 --- a/astro_ghost/photoz_helper.py +++ b/astro_ghost/photoz_helper.py @@ -7,7 +7,7 @@ import tensorflow as tf import codecs -from sfdmap2 import sfdmap +import sfdmap import os import tarfile diff --git a/setup.cfg b/setup.cfg index 6324da9..84048fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = pyvo astroquery==0.4.3 tensorflow==2.5.0 - sfdmap2 + sfdmap importlib_resources numpy==1.20.3