From 7d4f6d4687f5f821ab03c9b02d235cca00596331 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Nov 2021 10:24:52 +0300 Subject: Use latest version of Pengouin Notes: https://github.com/genenetwork/genenetwork3/pull/56#issuecomment-973798918 * Pingouin 0.3.12 is buggy, as noted in the comment noted above. One of the bugs is that the Spearman correlations might give the wrong results under some circumstances. This commit removes the pinned version so that the system gets the latest version for testing. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54c04a6..e268674 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ Werkzeug==1.0.1 wrapt==1.12.1 plotly==4.14.3 flask-cors==3.0.9 -pingouin==0.3.12 +pingouin -- cgit v1.2.3