From 79caa951bac0d793d51b2bb881be57e33dca0514 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Sat, 7 Oct 2023 08:14:23 -0700 Subject: [PATCH] incrementing ISLP version --- README.md | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e49c0e..dc8d4e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ISLP_labs -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.2) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.3) Up-to-date version of labs for ISLP. @@ -12,7 +12,7 @@ intent is that building a conda environment with To install the current version of the requirements run ``` -pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.1.2/requirements.txt; +pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.1.3/requirements.txt; ``` The labs can now be run from this directory: diff --git a/requirements.txt b/requirements.txt index c917f5a..1bfa154 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ torchvision==0.15.2 pytorch-lightning==2.0.6 torchinfo==1.8.0 torchmetrics==1.0.1 -ISLP==0.3.19 +ISLP==0.3.20