From ca070123820a13b7d6cb59436f4329c75e01dd5f Mon Sep 17 00:00:00 2001 From: wblumberg Date: Fri, 13 Sep 2019 18:23:26 -0400 Subject: [PATCH] Updated README to remove extra Numpy --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b70028..41156922 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,9 @@ __Required Python Packages/Libraries:__ Since SHARPpy requires the qtpy and Numpy packages, you will need to install them. If you choose to use the Anaconda distribution, Numpy comes installed by default. qtpy can be installed through the Anaconda package manager that comes with the Anaconda distribution by opening up your command line program (Terminal in Mac OS X/Linux and Command Prompt in Windows) and typing: -* NumPy * qtpy * NumPy v1.15 -* PySide2 +* PySide2 v5.13 * requests * python-dateutil