Skip to content

Commit c1d58e7

Browse files
Fix #4093 by setting astroid dependencie as < 2.5
1 parent 8197144 commit c1d58e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
version += "-dev" + str(dev_version)
4141

4242
install_requires = [
43-
"astroid>=2.4.0,<=2.5",
43+
"astroid>=2.4.0,<2.5",
4444
"isort>=4.2.5,<6",
4545
"mccabe>=0.6,<0.7",
4646
"toml>=0.7.1",

0 commit comments

Comments
 (0)