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;
```

View File

@@ -8,4 +8,4 @@ statsmodels==0.13.2
lifelines==0.27.6
pygam==0.8.0
l0bnb==1.0.0
ISLP==0.3.17