We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6d70c commit 146dc91Copy full SHA for 146dc91
1 file changed
setup.py
@@ -31,7 +31,7 @@ def read_package_variable(key):
31
# author_email='',
32
packages=find_packages(),
33
install_requires=['numpy', 'matplotlib', 'torch>=1.5.1', 'pykep>=2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
34
- extras_require={'dev': ['pytest', 'pytest-xdist'],
+ extras_require={'dev': ['pytest', 'pytest-cov', 'pytest-xdist'],
35
'docs': ['sphinx==3.2.1', 'sphinx_rtd_theme==0.5.2', 'jupyter-sphinx==0.3.2', 'myst-nb==0.12.3']},
36
# url='https://github.com/kessler/kessler',
37
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
0 commit comments