From b21e458c64f52cbff088575bce39958e7ae4c707 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 3 May 2021 09:22:13 -0700 Subject: [PATCH] should fail --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c044d26b..a7a74b48 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ version='0.14.1', author='Christian Wendt', description='ESPN API', - install_requires=['requests>=2.0.0,<3.0.0', 'pandas>=0.11.0,<=0.25.3', 'numpy>=1.15,<=1.17.5'], + install_requires=['requests>=2.0.0,<3.0.0', 'pandas>=0.11.0,<=0.25.3', 'numpy>=1.15,<=1.17.0'], setup_requires=['nose>=1.0'], test_suite='nose.collector', tests_require=['nose', 'requests_mock', 'coverage'],