Skip to content

Commit

Permalink
DeprecationWarning: pkg_resources is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 22, 2024
1 parent f332b3b commit f0ed3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AstronomyCalc/create_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import pandas as pd
from astropy.cosmology import LambdaCDM
from astropy import units as u
import os, requests, zipfile, pkg_resources, wget
import os, requests, zipfile, wget
import importlib.resources as pkg_resources

from .cosmo_equations import *

Expand Down

0 comments on commit f0ed3b4

Please sign in to comment.