From 173cdac6acace6e188c508d278cfbf08481f1e80 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Mon, 27 Jul 2020 16:15:41 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66920b2..9a614b0 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ Requirements: - `Numpy>=1.12.0` - `Matplotlib>=2.1.0` (optional, if you want to plot the spectra in the examples) - `Pillow>=3.4.0` (optional, if you want to extract the white light - image) **Warning** there are some API changes to `Pillow` after + image) + + **Warning** there are some API changes to `Pillow` after version 7.2.0 (thanks @markotoplak). Please update `renishawWiRE` - to version >0.1.8 if you are experiencing problems with Tiff image + to version >= 0.1.8 if you are experiencing problems with Tiff image extraction.