We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b313e commit d7e240dCopy full SHA for d7e240d
1 file changed
setup.py
@@ -31,7 +31,7 @@ def read_package_variable(key):
31
author='Giacomo Acciarini',
32
author_email='giacomo.acciarini@gmail.com',
33
packages=find_packages(),
34
- install_requires=['pyro', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
+ install_requires=['pyro-ppl', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
35
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'scikit-learn']},
36
url='https://kesslerlib.github.io/kessler/',
37
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
0 commit comments