We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40a6bf commit 74fe861Copy full SHA for 74fe861
1 file changed
setup.py
@@ -30,7 +30,7 @@ def read_package_variable(key):
30
author='ESA FDL Europe Constellations Team',
31
# author_email='',
32
packages=find_packages(),
33
- install_requires=['numpy', 'matplotlib', 'torch>=1.5.1', 'pykep>=2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
+ install_requires=['numpy', 'matplotlib', 'torch>=1.5.1', 'pykep==2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
34
extras_require={'dev': ['pytest', 'coverage', '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',
0 commit comments