Skip to content

Commit

Permalink
Require Astropy<4
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt committed Dec 20, 2019
1 parent d530f67 commit 477aabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eada/io/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def read_ini( filename, *sections ):
#
sects = config.sections()
if sects == []:
print("Config file {} is empty".format(filename))#, file=sys.stderr)
# print("Config file {} is empty".format(filename))#, file=sys.stderr)
return None

# Start list of tuples: [('section',section_dictionary), (,) ,...]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

packages = find_packages()

DEPENDENCIES = ['astropy','pyvo==0.6.1','timeout_decorator','pyyaml']
DEPENDENCIES = ['astropy<4','pyvo==0.6.1','timeout_decorator','pyyaml']

setup(name=PACKAGENAME,
python_requires='<3',
Expand Down

0 comments on commit 477aabc

Please sign in to comment.