We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa4d7 commit aac6318Copy full SHA for aac6318
pyproject.toml
@@ -4,21 +4,21 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "river"
7
-version = "0.21.0"
+version = "0.21.1"
8
description = "Online machine learning in Python"
9
readme = "README.md"
10
homepage = "https://riverml.xyz/"
11
repository = "https://github.com/online-ml/river/"
12
authors = ["Max Halford <maxhalford25@gmail.com>"]
13
14
include = [
15
- "**/*.cpp",
16
- "**/*.pyx",
+ "**/*.cpp",
+ "**/*.pyx",
17
"**/*.pxd",
18
"river/datasets/*.csv",
19
"river/datasets/*.gz",
20
"river/datasets/*.zip",
21
- "river/stream/*.zip",
+ "river/stream/*.zip",
22
"Cargo.toml",
23
"rust_src/**/*"
24
]
0 commit comments