Skip to content

Commit 20ab012

Browse files
Merge pull request #86 from online-ml/update_requirements
Update requirements
2 parents f855cbc + e704390 commit 20ab012

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deep_river/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 2, 4)
1+
VERSION = (0, 2, 5)
22

33
__version__ = ".".join(map(str, VERSION)) # noqa: F401

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
# Package requirements.
1515
base_packages = [
16-
"scikit-learn~=1.0.2",
17-
"torch~=1.13.0",
18-
"pandas~=1.3.2",
19-
"numpy~=1.24.0",
20-
"river~=0.17.0",
16+
"scikit-learn~=1.3.0",
17+
"torch~=2.0.1",
18+
"pandas~=2.1.0",
19+
"numpy~=1.25.2",
20+
"river~=0.18.0",
2121
"tqdm~=4.61.2",
2222
"ordered-set~=4.1.0",
2323
"torchviz~=0.0.2",

0 commit comments

Comments
 (0)