diff --git a/setup.py b/setup.py index 97ba5f2..27eb0fe 100644 --- a/setup.py +++ b/setup.py @@ -16,21 +16,21 @@ zip_safe=True, python_requires=">=3.10", install_requires=[ - "lightgbm~=4.2.0", - "torch~=2.1.2", - "pyro-ppl~=1.8.6", - "optuna~=3.5.0", + "lightgbm~=4.5.0", + "torch~=2.4.0", + "pyro-ppl~=1.9.0", + "optuna~=4.0.0", "properscoring~=0.1", - "scikit-learn~=1.4.0", - "numpy~=1.26.3", - "pandas~=2.1.4", - "plotnine~=0.12.4", - "scipy~=1.11.4", - "shap~=0.44.0", - "seaborn~=0.13.1", - "tqdm~=4.66.1", - "matplotlib~=3.8.2", - "ipython~=8.20.0", + "scikit-learn~=1.5.0", + "numpy~=1.26.0", + "pandas~=2.2.0", + "plotnine~=0.13.0", + "scipy~=1.14.0", + "shap~=0.46.0", + "seaborn~=0.13.0", + "tqdm~=4.66.0", + "matplotlib~=3.9.0", + "ipython~=8.26.0", ], extras_require={ "docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]