File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ 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)
54+ Install from ``PyPI `` using `uv <https://github.com/astral-sh/uv/blob/main/README.md >`_
5655---------------------
5756
5857.. code-block :: bash
@@ -62,19 +61,20 @@ Install from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/REA
6261 source .venv/bin/activate
6362 uv pip install causalml
6463
65- Install ``causalml `` with ``tensorflow `` for ``DragonNet `` from ``PyPI `` using [ `uv `]( https://github.com/astral-sh/uv/blob/main/README.md)
66- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64+ Install ``causalml `` with ``tensorflow `` for ``DragonNet `` from ``PyPI `` using `uv < https://github.com/astral-sh/uv/blob/main/README.md >`_
65+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6766
6867.. code-block :: bash
6968
7069 uv pip install causalml[tf]
7170
72- Install ``causalml `` with ``torch `` for ``CEVAE `` from ``PyPI `` using [ `uv `]( https://github.com/astral-sh/uv/blob/main/README.md)
73- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
71+ Install ``causalml `` with ``torch `` for ``CEVAE `` from ``PyPI `` using `uv < https://github.com/astral-sh/uv/blob/main/README.md >`_
72+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7473
7574.. code-block :: bash
7675
7776 uv pip install causalml[torch]
77+
7878
7979
8080
You can’t perform that action at this time.
0 commit comments