From 6c550d0b7a1f1ac78f0c816fa78f5a1ea7fb725c Mon Sep 17 00:00:00 2001 From: YashTiwari-2330 Date: Tue, 22 Apr 2025 23:31:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f1d6085..271a7c176 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Python code for the book *[Artificial Intelligence: A Modern Approach](http://ai The 4th edition of the book as out now in 2020, and thus we are updating the code. All code here will reflect the 4th edition. Changes include: -- Move from Python 3.5 to 3.7. +- Move from Python 3.5 to 3.7.11 - More emphasis on Jupyter (Ipython) notebooks. - More projects using external packages (tensorflow, etc.).