Skip to content

Commit

Permalink
Merge branch 'main' into dev/build-py313
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Oct 22, 2024
2 parents 5677941 + 296788d commit 77408e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
CIBW_BUILD: cp3*-*
CIBW_SKIP: pp* *i686* *win32 *musllinux*
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ Quantile regression forests (QRF) are a non-parametric, tree-based ensemble meth
Quick Start
-----------

Install quantile-forest from [PyPI](https://pypi.org/project/quantile-forest) using `pip`:
To install quantile-forest from [PyPI](https://pypi.org/project/quantile-forest) using `pip`:

```bash
pip install quantile-forest
```

To install quantile-forest from [conda-forge](https://anaconda.org/conda-forge/quantile-forest) using `conda`:

```bash
conda install quantile-forest -c conda-forge
```

Usage
-----

Expand Down
8 changes: 7 additions & 1 deletion docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ The quantile-forest package requires the following dependencies:
Installation
~~~~~~~~~~~~

quantile-forest can be installed using `pip`::
quantile-forest can be installed using `pip` or `conda`.

Using `pip`::

pip install quantile-forest

Using `conda`::

conda install quantile-forest -c conda-forge

.. toctree::
:maxdepth: 1
:caption: Installation
Expand Down

0 comments on commit 77408e5

Please sign in to comment.