We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd75bf commit 3062ed4Copy full SHA for 3062ed4
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="lightgbmlss",
5
- version="0.3.0",
+ version="0.4.0",
6
description="LightGBMLSS - An extension of LightGBM to probabilistic modelling and prediction",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
@@ -29,6 +29,7 @@
29
"tqdm~=4.65.0",
30
"matplotlib~=3.7.2",
31
"ipython~=8.14.0",
32
+ "ipython~=8.14.0",
33
],
34
extras_require={
35
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]
0 commit comments