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 d4100b1 commit 5f5c4fbCopy full SHA for 5f5c4fb
.gitignore
@@ -20,3 +20,4 @@ _build/
20
*.prof
21
.venv/
22
.python-version
23
+uv.lock
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "causalml"
3
-version = "0.15.5dev"
+version = "0.15.5"
4
description = "Python Package for Uplift Modeling and Causal Inference with Machine Learning Algorithms"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
0 commit comments