From 55d35b551f447a8700044315d28a15cbda0fca28 Mon Sep 17 00:00:00 2001 From: "Andrew L. Moore" Date: Fri, 19 Jul 2024 03:04:23 -0400 Subject: [PATCH] fix: Update setup.py to support Python 3.12.4. --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 2eb8e29781..0176c08797 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ import d2l requirements = [ - 'jupyter==1.0.0', - 'numpy==1.23.5', - 'matplotlib==3.7.2', - 'matplotlib-inline==0.1.6', - 'requests==2.31.0', - 'pandas==2.0.3', - 'scipy==1.10.1' + 'jupyterlab==4.2.2', + 'numpy==2.0.0', + 'matplotlib==3.9.1', + 'matplotlib-inline==0.1.7', + 'requests==2.32.3', + 'pandas==2.2.2', + 'scipy==1.14.0' ] setup(