moving ISLP out of frozen

This commit is contained in:
Jonathan Taylor
2023-07-26 10:38:27 -04:00
parent 5238dc42ea
commit 58b88498ea
2 changed files with 2 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ To install the `v1` version of the requirements run
```
pip install -r https://github.com/intro-stat-learning/ISLP_labs/blob/v1/frozen_requirements.txt;
pip install -r https://github.com/intro-stat-learning/ISLP_labs/blob/v1/torch_requirements.txt;
pip install ISLP==0.3.17;
```