Fix #386 by updating jplephem version requirement

This commit is contained in:
Brandon Rhodes 2020-06-07 06:13:27 -04:00
parent 834a0ea998
commit 6340e0f5f1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ setup(
},
install_requires=[
'certifi>=2017.4.17', # version constraint copied from Requests
'jplephem>=2.11',
'jplephem>=2.13',
'numpy',
'sgp4>=2.2',
],