From d5d2715169daea214c3ba22f15eefa13bab9d170 Mon Sep 17 00:00:00 2001 From: techxorcist Date: Tue, 3 Oct 2023 12:48:10 -0600 Subject: [PATCH 1/2] Update requirements.txt based on watermark output in course notebooks --- requirements.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 611fa9d..3efbb56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,11 @@ -matplotlib==3.1.3 -numpy==1.18.1 -pandas==1.0.1 -watermark==2.0.2 +nltk==3.7 +pandas==1.5.3 +openai==0.28.1 +watermark==2.4.2 +tiktoken==0.5.1 +numpy==1.23.5 +tqdm==4.64.1 +matplotlib==3.7.2 +termcolor==2.3.0 +keras==2.12.0 +scikit-learn From e7d3e3a3598970d379f151ada0783d851e24f5c3 Mon Sep 17 00:00:00 2001 From: techxorcist Date: Tue, 3 Oct 2023 14:31:51 -0600 Subject: [PATCH 2/2] Update requirements.txt added for notebook 4 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3efbb56..0472b3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ matplotlib==3.7.2 termcolor==2.3.0 keras==2.12.0 scikit-learn +plotly