We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a502e34 commit bb1bf0dCopy full SHA for bb1bf0d
episodes/fig/source/06-blurring/create_blur_animation.py
@@ -10,12 +10,10 @@
10
11
### USAGE
12
# The script requires the following Python packages:
13
-# - numpy
14
-# - scipy
15
-# - matplotlib
16
-# - tqdm
17
-# Install them with
18
-# $ conda install numpy scipy matplotlib tqdm
+# - numpy==2.2.3
+# - scipy==1.15.2
+# - matplotlib==3.10.1
+# - tqdm==4.67.1
19
#
20
# The script can be executed with
21
# $ python create_blur_animation.py
0 commit comments