diff --git a/pyproject.toml b/pyproject.toml index 3512c71..f4641d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,5 +16,6 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = ['numpy','pandas'] + [project.optional-dependencies] optional_dependencies = ['pytest','jupyter','requests','scipy','matplotlib','seaborn'] \ No newline at end of file