Skip to content

Commit

Permalink
Merge pull request #86 from online-ml/update_requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
kulbachcedric authored Aug 30, 2023
2 parents f855cbc + e704390 commit 20ab012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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, 4)
VERSION = (0, 2, 5)

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

# Package requirements.
base_packages = [
"scikit-learn~=1.0.2",
"torch~=1.13.0",
"pandas~=1.3.2",
"numpy~=1.24.0",
"river~=0.17.0",
"scikit-learn~=1.3.0",
"torch~=2.0.1",
"pandas~=2.1.0",
"numpy~=1.25.2",
"river~=0.18.0",
"tqdm~=4.61.2",
"ordered-set~=4.1.0",
"torchviz~=0.0.2",
Expand Down

0 comments on commit 20ab012

Please sign in to comment.