Skip to content

Commit f61380c

Browse files
committed
update readme
1 parent 8df8a7b commit f61380c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ fairbenchenv\Scripts\activate.bat
3535
git clone https://github.com/humancompatible/train.git
3636
cd train
3737
pip install -r requirements.txt
38-
pip install --force-reinstall -i https://software.repos.intel.com/python/pypi scipy
3938
pip install -e .
4039
```
40+
__Warning__: it is recommended to use Stochastic Ghost with the mkl-accelerated version of the scipy package with Stochastic Ghost; to install it, run
4141

42-
*__Warning__: mkl-accelerated versions of `numpy` and `scipy` are not supported on MacOS. To install the dependencies on MacOS, please skip line 4. This will lead to a performance drop for Stochastic Ghost.*
42+
```pip install --force-reinstall -i https://software.repos.intel.com/python/pypi scipy```
43+
44+
after installing requirements.txt; otherwise, the algorithm will run slower. However, this is not supported on MacOS and may fail on some Windows devices.
4345

4446
<!-- Install via pip -->
4547
<!-- ``` -->

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pyzmq==26.4.0
5252
qpsolvers==4.7.0
5353
requests==2.32.3
5454
scikit-learn==1.6.1
55-
# scipy==1.15.3
55+
scipy==1.15.3
5656
seaborn==0.13.2
5757
six==1.17.0
5858
stack-data==0.6.3

0 commit comments

Comments
 (0)