Skip to content

Commit

Permalink
Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Jan 19, 2024
1 parent dcd1096 commit dc54330
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@
zip_safe=True,
python_requires=">=3.9",
install_requires=[
"xgboost~=2.0.2",
"torch~=2.1.1",
"xgboost~=2.0.3",
"torch~=2.1.2",
"pyro-ppl~=1.8.6",
"optuna~=3.4.0",
"optuna~=3.5.0",
"properscoring~=0.1",
"scikit-learn~=1.3.2",
"numpy~=1.26.2",
"pandas~=2.1.3",
"scikit-learn~=1.4.0",
"numpy~=1.26.3",
"pandas~=2.1.4",
"plotnine~=0.12.4",
"scipy~=1.11.4",
"seaborn~=0.13.0",
"shap~=0.44.0",
"seaborn~=0.13.1",
"tqdm~=4.66.1",
"matplotlib~=3.8.2",
"ipython~=8.18.1",
"ipython~=8.20.0",
],
extras_require={
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]
Expand Down

0 comments on commit dc54330

Please sign in to comment.