You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Instead of locking to a certain version, allow the user to have different patch version of the required libraries.
For example, instead of requiring only 2.2.1
'Pillow==2.2.1'
Allow the user to have anything that starts with 2.2, like the latest 2.2.2 of the given Pillow (PIL fork), which itself is a bit tricky to get installed while in Windows x64.
Instead of locking to a certain version, allow the user to have different patch version of the required libraries.
For example, instead of requiring only 2.2.1
'Pillow==2.2.1'
Allow the user to have anything that starts with 2.2, like the latest 2.2.2 of the given Pillow (PIL fork), which itself is a bit tricky to get installed while in Windows x64.
'Pillow>=2.2'
http://www.python.org/dev/peps/pep-0345/#version-specifiers
The text was updated successfully, but these errors were encountered: