From fd4584ee68a90c0bb311f59bf72b223593da7440 Mon Sep 17 00:00:00 2001 From: johngoertz Date: Wed, 2 Feb 2022 14:29:27 +0000 Subject: [PATCH] Fix typo in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53a72d6..c9d264e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas>=1.2.3 -numpy>=1.15, #<=1.19.3 # numpy >1.19.3 leads to inscrutable linear algebra errors with mvup.cov and mvup.dist. May just be on Windows/WSL. Hopefully fixed soon. +numpy>=1.15 #<=1.19.3 # numpy >1.19.3 leads to inscrutable linear algebra errors with mvup.cov and mvup.dist. May just be on Windows/WSL. Hopefully fixed soon. scipy seaborn matplotlib