diff --git a/setup.py b/setup.py index a330087..7cb8783 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,6 @@ install_requires=[ 'numpy', 'scipy', - 'pint', -# 'sphinx-rtd-theme', -# 'sphinx-code-include', -# 'jupyter-sphinx', -# 'numpydoc', ], )