Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Aug 28, 2023
1 parent 5dd75bf commit 3062ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="lightgbmlss",
version="0.3.0",
version="0.4.0",
description="LightGBMLSS - An extension of LightGBM to probabilistic modelling and prediction",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -29,6 +29,7 @@
"tqdm~=4.65.0",
"matplotlib~=3.7.2",
"ipython~=8.14.0",
"ipython~=8.14.0",
],
extras_require={
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]
Expand Down

0 comments on commit 3062ed4

Please sign in to comment.