From 39b819825058d6468f96c5981a0dda0431d44872 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 12 Jul 2015 22:26:07 -0500 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 188df7d3..9ba30692 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ if __name__ == "__main__": try: from numpy.distutils.core import setup extra = {'configuration': configuration} - # do not risk update numpy + # do not risk updating numpy INSTALL_REQUIRES = [r for r in INSTALL_REQUIRES if 'numpy' not in r] except ImportError: if len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or