Skip to content

Commit 74fe861

Browse files
authored
Update setup.py
1 parent c40a6bf commit 74fe861

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
@@ -30,7 +30,7 @@ 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', 'pykep>=2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
33+
install_requires=['numpy', 'matplotlib', 'torch>=1.5.1', 'pykep==2.5', 'skyfield>=1.26', 'kessler', 'pandas'],
3434
extras_require={'dev': ['pytest', 'coverage', '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',

0 commit comments

Comments
 (0)