aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-11-19 10:24:52 +0300
committerFrederick Muriuki Muriithi2021-11-19 10:24:52 +0300
commit7d4f6d4687f5f821ab03c9b02d235cca00596331 (patch)
tree24311b28973aad84339e2fdc54bd4dc8a6ab17e5
parent3dd5fbda7e08999b6470cfe1fbbd19d767adea9b (diff)
downloadgenenetwork3-7d4f6d4687f5f821ab03c9b02d235cca00596331.tar.gz
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.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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