Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbachcedric committed May 5, 2024
1 parent 333e3b1 commit e41691e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deep_river/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 5)
VERSION = (0, 2, 6)

__version__ = ".".join(map(str, VERSION)) # noqa: F401
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

# Package requirements.
base_packages = [
"scikit-learn~=1.3.0",
"torch~=2.1.0",
"pandas~=2.1.0",
"numpy~=1.25.2",
"river~=0.19.0",
"tqdm~=4.61.2",
"scikit-learn~=1.4.2",
"torch~=2.2.2",
"pandas~=2.2.2",
"numpy~=1.26.4",
"river~=0.21.1",
"tqdm~=4.66.4",
"ordered-set~=4.1.0",
"torchviz~=0.0.2",
]
Expand Down

0 comments on commit e41691e

Please sign in to comment.