Skip to content

Commit

Permalink
Removed temporary lines, upped aipy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adampbeardsley authored and dannyjacobs committed Sep 5, 2017
1 parent 3b70124 commit 943066d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pyuvdata/miriad.py
Expand Up @@ -241,8 +241,6 @@ def read_miriad(self, filepath, correct_lat_lon=True, run_check=True,

# Check for items in itemtable to put into extra_keywords
# These will end up as variables in written files, but is internally consistent.
aipy.miriad.itemtable['stopt'] = 'd' # These two lines will be removed when conda-forge points to newly merged aipy
aipy.miriad.itemtable['duration'] = 'd'
for key in uv.items():
# A few items that are not needed, we read elsewhere, or is not supported
# when downselecting, so we don't read here.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
'scripts': glob.glob('scripts/*'),
'version': version.version,
'include_package_data': True,
'install_requires': ['numpy>=1.10', 'scipy', 'astropy>=1.2', 'pyephem', 'aipy>=2.1.5'],
'install_requires': ['numpy>=1.10', 'scipy', 'astropy>=1.2', 'pyephem', 'aipy>=2.1.6'],
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 943066d

Please sign in to comment.