We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e0c82 commit d2647e5Copy full SHA for d2647e5
1 file changed
setup.py
@@ -30,8 +30,7 @@ def read_package_variable(key):
30
author='ESA FDL Europe Constellations Team',
31
# author_email='',
32
packages=find_packages(),
33
- install_requires=['pyprob', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26'
34
-'pandas'],
+ install_requires=['pyprob', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
35
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'docker', 'sgp4>=2.20']},
36
# url='https://github.com/kessler/kessler',
37
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
0 commit comments