Skip to content

Commit

Permalink
added installation instructions for scikit-learn-extra in case numpy>…
Browse files Browse the repository at this point in the history
…2.0 (#6)
  • Loading branch information
MiqG authored Sep 9, 2024
1 parent 9274b79 commit b85d61b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This package contains 3 modules:
A more user-friendly documentation can be found at https://crg-cnag.github.io/robustica/.

## Requirements
In brackets, versions of packages used to revelop `robustica`.
In brackets, versions of packages used to develop `robustica`.
- `numpy` (1.19.2)
- `pandas` (1.1.2)
- `scipy` (1.6.2)
Expand All @@ -34,6 +34,11 @@ In brackets, versions of packages used to revelop `robustica`.
- `tqdm` (4.59.0)

## Installation
### [required if numpy>2.0] `scikit-learn-extra` incompatibility
Install a forked version first to avoid incompatibility with the newest `numpy` (see [#6](https://github.com/CRG-CNAG/robustica/issues/6) for more info on this).
```shell
pip install git+https://github.com/TimotheeMathieu/scikit-learn-extra
```
### pip
```shell
pip install robustica
Expand Down

0 comments on commit b85d61b

Please sign in to comment.