Skip to content

Commit

Permalink
update python requirements (#99)
Browse files Browse the repository at this point in the history
We do not need to explicitly list ipython or ipykernel since they
are already dependencies of jupyterlab.
  • Loading branch information
bashbaug committed Jan 3, 2024
1 parent a6c9e0e commit 7283fcb
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions samples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7283fcb

Please sign in to comment.