Skip to content

Commit 4a79e28

Browse files
committed
attempted fix
1 parent d2647e5 commit 4a79e28

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=['pyprob', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
34-
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'docker', 'sgp4>=2.20']},
34+
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist']},
3535
# url='https://github.com/kessler/kessler',
3636
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
3737
license='BSD'

0 commit comments

Comments
 (0)