diff options
author | Frederick Muriuki Muriithi | 2021-11-19 10:24:52 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-11-19 10:24:52 +0300 |
commit | 7d4f6d4687f5f821ab03c9b02d235cca00596331 (patch) | |
tree | 24311b28973aad84339e2fdc54bd4dc8a6ab17e5 /requirements.txt | |
parent | 3dd5fbda7e08999b6470cfe1fbbd19d767adea9b (diff) | |
download | genenetwork3-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.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
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 |