Skip to content

Commit bb1bf0d

Browse files
author
Marco Dalla Vecchia
committed
added explicitly installed package version in requirements
1 parent a502e34 commit bb1bf0d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

episodes/fig/source/06-blurring/create_blur_animation.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010

1111
### USAGE
1212
# 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
13+
# - numpy==2.2.3
14+
# - scipy==1.15.2
15+
# - matplotlib==3.10.1
16+
# - tqdm==4.67.1
1917
#
2018
# The script can be executed with
2119
# $ python create_blur_animation.py

0 commit comments

Comments
 (0)