
extras_require={
        "scipy": [
            "scipy",
        ],
        "numba:python_version < '3.6' and platform_python_implementation != 'PyPy'": [
            "numba<0.49.0",
            "llvmlite<0.32.0",
        ],
        "numba:python_version >= '3.6' and platform_python_implementation != 'PyPy'": [
            "numba",
        ],
        "docs":  [
            "mkdocs",
            "mktheapidocs[plugin]",
            "pymdown-extensions",
        ],
        "testing": [
            "pytest",
            "pytest-cov",
        ]
    },
