We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3da229 commit 843444aCopy full SHA for 843444a
deep_river/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 2, 3)
+VERSION = (0, 2, 4)
2
3
__version__ = ".".join(map(str, VERSION)) # noqa: F401
setup.py
@@ -17,7 +17,7 @@
17
"torch~=1.13.0",
18
"pandas~=1.3.2",
19
"numpy~=1.24.0",
20
- "river~=0.16.0",
+ "river~=0.17.0",
21
"tqdm~=4.61.2",
22
"ordered-set~=4.1.0",
23
"torchviz~=0.0.2",
0 commit comments