diff --git a/content/tutorial-x-ray-image-processing.md b/content/tutorial-x-ray-image-processing.md index c8dd3a2b..9e00ea6c 100644 --- a/content/tutorial-x-ray-image-processing.md +++ b/content/tutorial-x-ray-image-processing.md @@ -187,7 +187,7 @@ notebook: ```{code-cell} ipython3 GIF_PATH = os.path.join(DIR, "xray_image.gif") -imageio.mimwrite(GIF_PATH, combined_xray_images_1, format= ".gif", fps=1) +imageio.mimwrite(GIF_PATH, combined_xray_images_1, format= ".gif", duration=1000) ``` Which gives us: diff --git a/environment.yml b/environment.yml index 00870fd6..90c83d4d 100644 --- a/environment.yml +++ b/environment.yml @@ -8,8 +8,7 @@ dependencies: - matplotlib - pandas - statsmodels - # Temporary version limit, see https://github.com/numpy/numpy-tutorials/issues/179 - - imageio<2.28 + - imageio # For building the site - sphinx<5 - myst-nb diff --git a/requirements.txt b/requirements.txt index 3eaadb83..63b2eefa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ scipy matplotlib pandas statsmodels -# temporary version limit, see https://github.com/numpy/numpy-tutorials/issues/179 -imageio<2.28 +imageio # For supporting .md-based notebooks jupytext