Skip to content

Commit

Permalink
Fix #4093 by setting astroid dependencie as < 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 16, 2021
1 parent 8197144 commit c1d58e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
version += "-dev" + str(dev_version)

install_requires = [
"astroid>=2.4.0,<=2.5",
"astroid>=2.4.0,<2.5",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.7",
"toml>=0.7.1",
Expand Down

0 comments on commit c1d58e7

Please sign in to comment.