Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 160401b

Browse files
committed
Fix a typo for cycler dependency
1 parent e3c0951 commit 160401b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def check(self):
11741174
"pip will attempt to install it "
11751175
"after matplotlib.")
11761176

1177-
return "using cycler version %s" % pytz.__version__
1177+
return "using cycler version %s" % cycler.__version__
11781178

11791179
def get_install_requires(self):
11801180
return ['cycler']

0 commit comments

Comments
 (0)