Skip to content

Commit d2647e5

Browse files
committed
fix typo
1 parent 57e0c82 commit d2647e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ def read_package_variable(key):
3030
author='ESA FDL Europe Constellations Team',
3131
# author_email='',
3232
packages=find_packages(),
33-
install_requires=['pyprob', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26'
34-
'pandas'],
33+
install_requires=['pyprob', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
3534
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'docker', 'sgp4>=2.20']},
3635
# url='https://github.com/kessler/kessler',
3736
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],

0 commit comments

Comments
 (0)