From 190477be52ef3092e93356510f805b7a070338aa Mon Sep 17 00:00:00 2001 From: Sepand Haghighi Date: Sun, 9 Apr 2023 18:35:41 +0330 Subject: [PATCH] Pillow (#189) * fix : meta.yaml updated * doc : CHANGELOG updated --- CHANGELOG.md | 2 ++ otherfiles/meta.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d5772..55448da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- `pillow` added to conda dependencies ## [1.1] - 2023-04-05 ### Added - `__version__` attribute diff --git a/otherfiles/meta.yaml b/otherfiles/meta.yaml index a0be77c..51101d8 100644 --- a/otherfiles/meta.yaml +++ b/otherfiles/meta.yaml @@ -20,6 +20,7 @@ requirements: - art >=1.8 - matplotlib >=3.0.0 - requests >=2.20.0 + - pillow >=6.2 - python >=3.5 about: home: https://github.com/sepandhaghighi/samila