Skip to content

Commit 57e0c82

Browse files
committed
attempted fix for dep problem
1 parent 2ec248b commit 57e0c82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

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

0 commit comments

Comments
 (0)