We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f855cbc + e704390 commit 20ab012Copy full SHA for 20ab012
deep_river/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 2, 4)
+VERSION = (0, 2, 5)
2
3
__version__ = ".".join(map(str, VERSION)) # noqa: F401
setup.py
@@ -13,11 +13,11 @@
13
14
# Package requirements.
15
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",
+ "scikit-learn~=1.3.0",
+ "torch~=2.0.1",
+ "pandas~=2.1.0",
+ "numpy~=1.25.2",
+ "river~=0.18.0",
21
"tqdm~=4.61.2",
22
"ordered-set~=4.1.0",
23
"torchviz~=0.0.2",
0 commit comments