Skip to content

Commit

Permalink
pillow req
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 16, 2024
1 parent bdb83b3 commit 2bb5e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Added
* First semi-usable pip release

8 changes: 6 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,13 @@ pandas>=1.2.0 ; python_version < '3.8' and python_version >= '3.7' # Python
pandas>=1.1.4 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6.1


Pillow>=9.2.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+
Pillow>=10.0.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+
Pillow>=9.4.0 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
Pillow>=9.1.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
Pillow>=8.0.0 ; python_version < '3.10' and python_version >= '3.6' # Python 3.6-3.9
Pillow>=8.3.2 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
Pillow>=8.3.2 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
Pillow>=9.0.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7
Pillow>=8.3.2 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6

cachetools>=5.0.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+
cachetools>=5.0.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
Expand Down

0 comments on commit 2bb5e6e

Please sign in to comment.