diff --git a/setup.py b/setup.py index 2464122..bdc9c74 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ setup( # Similar to `install_requires` above, these must be valid existing # projects. extras_require={ # Optional - 'bayes': ['jax', 'jaxlib', 'numpyro', 'pystan'], + 'bayes': ['jax', 'jaxlib', 'numpyro', 'pystan', 'setuptools'], 'neural': ['torch'], 'tests': ['certifi'], 'docs' : ['sphinx-rtd-theme', 'myst-parser'],