Skip to content

Commit

Permalink
whoops...
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 committed Oct 26, 2023
1 parent cb78d58 commit 1a7ba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyNastran/gui/menus/legend/write_gif.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try:
import imageio
IMAGEIO_VERSION = int_version('imageio', imageio.__version__)
if IMAGEIO_VERSION >= (2, 16, 2):
if IMAGEIO_VERSION >= [2, 16, 2]:
import imageio.v2 as imageio
import PIL
IS_IMAGEIO = True
Expand Down

0 comments on commit 1a7ba08

Please sign in to comment.