From 7283fcbc20b6c16c3987d46ea2d3b1d9c9b7469f Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 2 Jan 2024 23:19:38 -0800 Subject: [PATCH] update python requirements (#99) We do not need to explicitly list ipython or ipykernel since they are already dependencies of jupyterlab. --- samples/python/requirements.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/samples/python/requirements.txt b/samples/python/requirements.txt index 9ac1f55..76648df 100644 --- a/samples/python/requirements.txt +++ b/samples/python/requirements.txt @@ -1,10 +1,6 @@ -matplotlib<3.4 -numpy==1.22.0 -pyopencl==2021.1.6 -Pillow==10.0.1 - -jupyterlab - -ipython==7.10.* -ipykernel==5.* +matplotlib==3.8.2 +numpy==1.26.3 +pyopencl==2023.1.4 +pillow==10.2.0 +jupyterlab==4.0.10