glotzerlab / hoomd-examples

HOOMD-blue example scripts.
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Pillow ADAPTIVE deprecation #64

Closed joaander closed 2 years ago

joaander commented 2 years ago

File name

00-Introducing-HOOMD-blue/07-Analyzing-Trajectories.ipynb, possibly others.

Description

PIL reports:

/var/folders/vp/8bj3q4yx63s9v1lxzm5r0kj40000gs/T/ipykernel_13283/3912975196.py:86: DeprecationWarning: ADAPTIVE is deprecated and will be removed in Pillow 10 (2023-07-01). Use Palette.ADAPTIVE instead.
  palette=PIL.Image.ADAPTIVE)

Can you fix it?

I don't have time at the moment. Feel free to submit a PR fixing this.