File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,35 @@ Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI``
5151 pip install causalml[torch]
5252
5353
54+
55+ Install from ``PyPI `` using [`uv `](https://github.com/astral-sh/uv/blob/main/README.md)
56+ ---------------------
57+
58+ .. code-block :: bash
59+
60+ uv init myproject
61+ uv venv
62+ source .venv/bin/activate
63+ uv pip install causalml
64+
65+ Install ``causalml `` with ``tensorflow `` for ``DragonNet `` from ``PyPI `` using [`uv `](https://github.com/astral-sh/uv/blob/main/README.md)
66+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67+
68+ .. code-block :: bash
69+
70+ uv pip install causalml[tf]
71+
72+ Install ``causalml `` with ``torch `` for ``CEVAE `` from ``PyPI `` using [`uv `](https://github.com/astral-sh/uv/blob/main/README.md)
73+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74+
75+ .. code-block :: bash
76+
77+ uv pip install causalml[torch]
78+
79+
80+
81+
82+
5483 Install from source
5584-------------------
5685
You can’t perform that action at this time.
0 commit comments