Skip to content

Commit 146dc91

Browse files
authored
Update setup.py
1 parent 4f6d70c commit 146dc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read_package_variable(key):
3131
# author_email='',
3232
packages=find_packages(),
3333
install_requires=['numpy', 'matplotlib', 'torch>=1.5.1', 'pykep>=2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
34-
extras_require={'dev': ['pytest', 'pytest-xdist'],
34+
extras_require={'dev': ['pytest', 'pytest-cov', 'pytest-xdist'],
3535
'docs': ['sphinx==3.2.1', 'sphinx_rtd_theme==0.5.2', 'jupyter-sphinx==0.3.2', 'myst-nb==0.12.3']},
3636
# url='https://github.com/kessler/kessler',
3737
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],

0 commit comments

Comments
 (0)