Skip to content

Commit 14d4729

Browse files
author
Alexander März
committed
Added additional dependencies
1 parent 9ccaf2f commit 14d4729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author_email="[email protected]",
1111
url="https://github.com/StatMixedML/LightGBMLSS",
1212
license="Apache License 2.0",
13-
packages=find_packages(exclude=["tests"]),
13+
packages=find_packages(exclude=["docs", "tests*"]),
1414
include_package_data=True,
1515
package_data={'': ['datasets/*.csv']},
1616
zip_safe=True,
@@ -30,6 +30,9 @@
3030
"matplotlib~=3.7.2",
3131
"ipython~=8.14.0",
3232
],
33+
extras_require={
34+
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]
35+
},
3336
test_suite="tests",
3437
tests_require=["flake8", "pytest"],
3538
)

0 commit comments

Comments
 (0)