--- a/astroid/__pkginfo__.py 2020-06-24 18:29:38.059334700 +0800 +++ b/astroid/__pkginfo__.py 2020-06-24 18:29:50.071514542 +0800 @@ -22,9 +22,9 @@ extras_require = {} install_requires = [ - "lazy_object_proxy==1.4.*", - "six~=1.12", - "wrapt==1.11.*", + "lazy_object_proxy>=1.3.0", + "six>=1.12", + "wrapt>=1.10.0", 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"', ]