Skip to content

Commit 3062ed4

Browse files
author
Alexander März
committed
Added dependencies
1 parent 5dd75bf commit 3062ed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="lightgbmlss",
5-
version="0.3.0",
5+
version="0.4.0",
66
description="LightGBMLSS - An extension of LightGBM to probabilistic modelling and prediction",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
@@ -29,6 +29,7 @@
2929
"tqdm~=4.65.0",
3030
"matplotlib~=3.7.2",
3131
"ipython~=8.14.0",
32+
"ipython~=8.14.0",
3233
],
3334
extras_require={
3435
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]

0 commit comments

Comments
 (0)