Skip to content

Commit

Permalink
Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Jul 20, 2023
1 parent 7b0cb02 commit 3c33551
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="lightgbmlss",
version="0.2.2",
version="0.3.0",
description="LightGBMLSS - An extension of LightGBM to probabilistic forecasting",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -19,15 +19,15 @@
"lightgbm~=3.3.5",
"torch~=2.0.1",
"pyro-ppl~=1.8.5",
"optuna~=3.1.1",
"optuna~=3.2.0",
"properscoring~=0.1",
"scikit-learn~=1.2.2",
"numpy~=1.24.3",
"pandas~=2.0.1",
"pandas~=2.0.3",
"plotnine~=0.12.1",
"scipy",
"tqdm",
"matplotlib",
"scipy~=1.11.1",
"tqdm~=4.65.0",
"matplotlib~=3.7.2",
],
test_suite="tests",
tests_require=["flake8", "pytest"],
Expand Down

0 comments on commit 3c33551

Please sign in to comment.