Skip to content

Commit

Permalink
resolves #780, remove support for env files
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jun 12, 2024
1 parent a031566 commit 6cb8fbe
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 930 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/test-conda-venv-install.yml

This file was deleted.

23 changes: 0 additions & 23 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,6 @@ Directly install from the ``conda-forge`` channel using ``conda``.
conda install -c conda-forge causalml
Install from the ``conda`` virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This will create a new ``conda`` virtual environment named ``causalml-[tf-]py3x``, where ``x`` is in ``[7, 8, 9]``. e.g. ``causalml-py37`` or ``causalml-tf-py38``. If you want to change the name of the environment, update the relevant YAML file in ``envs/``.

.. code-block:: bash
git clone https://github.com/uber/causalml.git
cd causalml/envs/
conda env create -f environment-py38.yml # for the virtual environment with Python 3.8 and CausalML
conda activate causalml-py38
Install ``causalml`` with ``tensorflow``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
git clone https://github.com/uber/causalml.git
cd causalml/envs/
conda env create -f environment-tf-py38.yml # for the virtual environment with Python 3.8 and CausalML
conda activate causalml-tf-py38
pip install -U numpy # this step is necessary to fix [#338](https://github.com/uber/causalml/issues/338)
Install from ``PyPI``
---------------------

Expand Down
137 changes: 0 additions & 137 deletions envs/environment-py37.yml

This file was deleted.

136 changes: 0 additions & 136 deletions envs/environment-py38.yml

This file was deleted.

Loading

0 comments on commit 6cb8fbe

Please sign in to comment.