Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Nov 29, 2023
1 parent 4015163 commit 6ff615d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
zip_safe=True,
python_requires=">=3.9",
install_requires=[
"xgboost~=1.7.6",
"torch~=2.0.1",
"pyro-ppl~=1.8.5",
"optuna~=3.2.0",
"xgboost~=2.0.2",
"torch~=2.1.1",
"pyro-ppl~=1.8.6",
"optuna~=3.4.0",
"properscoring~=0.1",
"scikit-learn~=1.2.2",
"numpy~=1.24.3",
"pandas~=2.0.3",
"plotnine~=0.12.1",
"scipy~=1.11.1",
"seaborn~=0.12.2",
"tqdm~=4.65.0",
"matplotlib~=3.7.2",
"ipython~=8.14.0",
"scikit-learn~=1.3.2",
"numpy~=1.26.3",
"pandas~=2.1.3",
"plotnine~=0.12.4",
"scipy~=1.11.4",
"seaborn~=0.13.0",
"tqdm~=4.66.1",
"matplotlib~=3.8.2",
"ipython~=8.18.1",
],
extras_require={
"docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"]
Expand Down

0 comments on commit 6ff615d

Please sign in to comment.