From 72df6b70b52896ab72b0bedba83d97083aa70f2c Mon Sep 17 00:00:00 2001 From: Vivek Gopalakrishnan Date: Fri, 14 Jan 2022 15:52:33 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32382ec9..e30da086 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ # List run-time dependencies here. These will be installed by pip when # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: - # https://packaging.python.org/en/latest/requirements.html + # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/?highlight=requirements install_requires=[ 'matplotlib>=3.3.4', 'numpy>=1.10.1',