Skip to content

Commit d7e240d

Browse files
committed
pyro in setup.py
1 parent 36b313e commit d7e240d

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='Giacomo Acciarini',
3232
author_email='giacomo.acciarini@gmail.com',
3333
packages=find_packages(),
34-
install_requires=['pyro', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
34+
install_requires=['pyro-ppl', 'numpy', 'matplotlib', 'torch>=1.5.1', 'dsgp4', 'skyfield>=1.26', 'pandas'],
3535
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'scikit-learn']},
3636
url='https://kesslerlib.github.io/kessler/',
3737
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],

0 commit comments

Comments
 (0)