From 238201747a8a258c8facf7f181de80abe58d41d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:06 -0600 Subject: [PATCH 01/31] Update click from 7.0 to 7.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4836630..0a4b83f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apipkg==1.5 # via pytest-shutil attrs==19.3.0 # via pytest biopython==1.76 click-plugins==1.1.1 -click==7.0 +click==7.1.1 colorama==0.4.3 contextlib2==0.6.0.post1 # via pytest-shutil coverage==5.0.3 From e2b5da3fb9eb88de3d44c0b92cf44eccb2c4f3b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:07 -0600 Subject: [PATCH 02/31] Update coverage from 5.0.3 to 5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a4b83f..39d63d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click-plugins==1.1.1 click==7.1.1 colorama==0.4.3 contextlib2==0.6.0.post1 # via pytest-shutil -coverage==5.0.3 +coverage==5.1 cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil importlib-metadata==1.4.0 # via pytest From 7134adf0aaf4d45e2b3e336d202a50928b15d7e9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:08 -0600 Subject: [PATCH 03/31] Update importlib-metadata from 1.4.0 to 1.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39d63d1..bd14314 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ contextlib2==0.6.0.post1 # via pytest-shutil coverage==5.1 cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil -importlib-metadata==1.4.0 # via pytest +importlib-metadata==1.6.0 # via pytest kiwisolver==1.1.0 # via matplotlib matplotlib==3.1.2 mock==3.0.5 # via pytest-shutil From d05cf56651056a72be679c4ac302508af8f01c0e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:09 -0600 Subject: [PATCH 04/31] Update kiwisolver from 1.1.0 to 1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd14314..54c7f41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ coverage==5.1 cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil importlib-metadata==1.6.0 # via pytest -kiwisolver==1.1.0 # via matplotlib +kiwisolver==1.2.0 # via matplotlib matplotlib==3.1.2 mock==3.0.5 # via pytest-shutil more-itertools==8.1.0 # via pytest From b54bf17a0cd7cf3637921ba292ddfc1ddef9f069 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:11 -0600 Subject: [PATCH 05/31] Update matplotlib from 3.1.2 to 3.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54c7f41..1bc604e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil importlib-metadata==1.6.0 # via pytest kiwisolver==1.2.0 # via matplotlib -matplotlib==3.1.2 +matplotlib==3.2.1 mock==3.0.5 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 From 8f1f7711d52b7fc0aa35f97632d99772c4e0f9ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:12 -0600 Subject: [PATCH 06/31] Update mock from 3.0.5 to 4.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1bc604e..218c33c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ execnet==1.7.1 # via pytest-shutil importlib-metadata==1.6.0 # via pytest kiwisolver==1.2.0 # via matplotlib matplotlib==3.2.1 -mock==3.0.5 # via pytest-shutil +mock==4.0.2 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest From 243878fb3c1d8aacc3084834dd1b9a0033866ada Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:13 -0600 Subject: [PATCH 07/31] Update more-itertools from 8.1.0 to 8.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 218c33c..90f06e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ importlib-metadata==1.6.0 # via pytest kiwisolver==1.2.0 # via matplotlib matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil -more-itertools==8.1.0 # via pytest +more-itertools==8.2.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest pandas==0.25.3 From af39aee001ee6b78c637aa96c403d1aa3b7f3ddc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:15 -0600 Subject: [PATCH 08/31] Update numpy from 1.18.1 to 1.18.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90f06e5..41dafc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ kiwisolver==1.2.0 # via matplotlib matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest -numpy==1.18.1 +numpy==1.18.3 packaging==20.1 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest From 1fb085dbadef331e5f45a588309553e614b8b20c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:16 -0600 Subject: [PATCH 09/31] Update packaging from 20.1 to 20.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41dafc9..d63f4b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest numpy==1.18.3 -packaging==20.1 # via pytest +packaging==20.3 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest From 15d165788e5835448a7e96f7372aa63b538364a8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:17 -0600 Subject: [PATCH 10/31] Update pandas from 0.25.3 to 1.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d63f4b7..04d2e74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest numpy==1.18.3 packaging==20.3 # via pytest -pandas==0.25.3 +pandas==1.0.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest path.py==12.0.2 # via pytest-shutil From ab3a8fa3ce943c219c26bf33ce43364080a2619c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:18 -0600 Subject: [PATCH 11/31] Update path.py from 12.0.2 to 12.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04d2e74..9509dec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ packaging==20.3 # via pytest pandas==1.0.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest -path.py==12.0.2 # via pytest-shutil +path.py==12.4.0 # via pytest-shutil pyfaidx==0.5.8 pyfastaq==3.17.0 # via shell scripts pyparsing==2.4.6 # via matplotlib, pytest From 84de026780fbb1e76ae56b797c286e644e3cd2af Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:19 -0600 Subject: [PATCH 12/31] Update pyparsing from 2.4.6 to 2.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9509dec..a65b914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ py==1.8.1 # via pytest path.py==12.4.0 # via pytest-shutil pyfaidx==0.5.8 pyfastaq==3.17.0 # via shell scripts -pyparsing==2.4.6 # via matplotlib, pytest +pyparsing==2.4.7 # via matplotlib, pytest python-dateutil==2.8.1 # via matplotlib, pandas pytest==5.3.4 pytest-shutil==1.7.0 From e19759ac33e5fa0367548c78960fc76c717b719b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:20 -0600 Subject: [PATCH 13/31] Update pytest from 5.3.4 to 5.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a65b914..fe11434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pyfaidx==0.5.8 pyfastaq==3.17.0 # via shell scripts pyparsing==2.4.7 # via matplotlib, pytest python-dateutil==2.8.1 # via matplotlib, pandas -pytest==5.3.4 +pytest==5.4.1 pytest-shutil==1.7.0 pytz==2019.3 # via pandas pyyaml==5.3 From bfaa1c631029ac1c33bd12913c8385f024ca4e02 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:22 -0600 Subject: [PATCH 14/31] Update pyyaml from 5.3 to 5.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe11434..daa0d70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dateutil==2.8.1 # via matplotlib, pandas pytest==5.4.1 pytest-shutil==1.7.0 pytz==2019.3 # via pandas -pyyaml==5.3 +pyyaml==5.3.1 scipy==1.4.1 # via seaborn seaborn==0.10.0 six==1.14.0 # via pyfaidx, python-dateutil, pytest From 795241ee9131c627767bc11b6808a596e3fb71e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:23 -0600 Subject: [PATCH 15/31] Update seaborn from 0.10.0 to 0.10.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daa0d70..c9b2256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pytest-shutil==1.7.0 pytz==2019.3 # via pandas pyyaml==5.3.1 scipy==1.4.1 # via seaborn -seaborn==0.10.0 +seaborn==0.10.1 six==1.14.0 # via pyfaidx, python-dateutil, pytest termcolor==1.1.0 # via pytest-shutil wcwidth==0.1.8 # via pytest From 2fc083df114fa61b30feb4f5aea9b85bc7827b7d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:24 -0600 Subject: [PATCH 16/31] Update wcwidth from 0.1.8 to 0.1.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9b2256..3c64db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ scipy==1.4.1 # via seaborn seaborn==0.10.1 six==1.14.0 # via pyfaidx, python-dateutil, pytest termcolor==1.1.0 # via pytest-shutil -wcwidth==0.1.8 # via pytest +wcwidth==0.1.9 # via pytest zipp==2.1.0 # via pytest \ No newline at end of file From 8a532d07b22c735c2501ca3bcc15f5538191ef4e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:25 -0600 Subject: [PATCH 17/31] Update zipp from 2.1.0 to 3.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c64db9..5e57553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ seaborn==0.10.1 six==1.14.0 # via pyfaidx, python-dateutil, pytest termcolor==1.1.0 # via pytest-shutil wcwidth==0.1.9 # via pytest -zipp==2.1.0 # via pytest \ No newline at end of file +zipp==3.1.0 # via pytest \ No newline at end of file From 62e078ac35a6e82ca0a9be44d838b30d670d838c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:27 -0600 Subject: [PATCH 18/31] Pin biopython to latest version 1.76 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f4dd687..22607c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ zip_safe = False include_package_data = True packages = aakbar install_requires = - biopython + biopython==1.76 click>=5.0 click_plugins colorama From 8f798efb026e4353cc164988d220f13ce16d62c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:28 -0600 Subject: [PATCH 19/31] Pin click_plugins to latest version 1.1.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 22607c5..43a829f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = aakbar install_requires = biopython==1.76 click>=5.0 - click_plugins + click_plugins==1.1.1 colorama coverage matplotlib From 2a930e5be5432b60f0464f27ca5f8878ae14c612 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:29 -0600 Subject: [PATCH 20/31] Pin colorama to latest version 0.4.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 43a829f..d7591e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = biopython==1.76 click>=5.0 click_plugins==1.1.1 - colorama + colorama==0.4.3 coverage matplotlib numpy From e827091a786d579519309aa59e17d1578a0bb689 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:30 -0600 Subject: [PATCH 21/31] Pin coverage to latest version 5.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d7591e5..0e1ba71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = click>=5.0 click_plugins==1.1.1 colorama==0.4.3 - coverage + coverage==5.1 matplotlib numpy pandas From 2b4cc12c02e3d74a302d7d8e7985612f65ecee10 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:32 -0600 Subject: [PATCH 22/31] Pin matplotlib to latest version 3.2.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0e1ba71..155f1b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = click_plugins==1.1.1 colorama==0.4.3 coverage==5.1 - matplotlib + matplotlib==3.2.1 numpy pandas path.py<=12.0.2 From 02d31ba8f9e59712763cb6be65ec4a6ca3e422bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:33 -0600 Subject: [PATCH 23/31] Pin numpy to latest version 1.18.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 155f1b4..39011f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = colorama==0.4.3 coverage==5.1 matplotlib==3.2.1 - numpy + numpy==1.18.3 pandas path.py<=12.0.2 pyfaidx From 116aa9f77c769405b6bda7d489bf79aea4145dd8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:34 -0600 Subject: [PATCH 24/31] Pin pandas to latest version 1.0.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 39011f8..552ef07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = coverage==5.1 matplotlib==3.2.1 numpy==1.18.3 - pandas + pandas==1.0.3 path.py<=12.0.2 pyfaidx pyfastaq From 8a361e56944c93ae958397e2adb9f1fab294a705 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:36 -0600 Subject: [PATCH 25/31] Pin path.py to latest version 12.4.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 552ef07..346743c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ install_requires = matplotlib==3.2.1 numpy==1.18.3 pandas==1.0.3 - path.py<=12.0.2 + path.py==12.4.0 pyfaidx pyfastaq pytest From 50612cd341f25ad953c4ff89b0d84d121dc6b39e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:37 -0600 Subject: [PATCH 26/31] Pin pyfaidx to latest version 0.5.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 346743c..22026c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ install_requires = numpy==1.18.3 pandas==1.0.3 path.py==12.4.0 - pyfaidx + pyfaidx==0.5.8 pyfastaq pytest pytest-shutil From 72b4bfbee23d1dc4a666525f2fc014e68be37da0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:38 -0600 Subject: [PATCH 27/31] Pin pyfastaq to latest version 3.17.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 22026c1..a32dc49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ install_requires = pandas==1.0.3 path.py==12.4.0 pyfaidx==0.5.8 - pyfastaq + pyfastaq==3.17.0 pytest pytest-shutil pyyaml From fe0654da99dfced95f6a441eb0a54dbd6f3c0628 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:39 -0600 Subject: [PATCH 28/31] Pin pytest to latest version 5.4.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a32dc49..7df0622 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = path.py==12.4.0 pyfaidx==0.5.8 pyfastaq==3.17.0 - pytest + pytest==5.4.1 pytest-shutil pyyaml seaborn From 436d417caba4b65b3fbede4c6d78e5fafdea730d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:40 -0600 Subject: [PATCH 29/31] Pin pytest-shutil to latest version 1.7.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7df0622..5dc12de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ install_requires = pyfaidx==0.5.8 pyfastaq==3.17.0 pytest==5.4.1 - pytest-shutil + pytest-shutil==1.7.0 pyyaml seaborn From e83b2a219b29f56f84eef6c71122f5f84afb3f42 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:41 -0600 Subject: [PATCH 30/31] Pin pyyaml to latest version 5.3.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5dc12de..6082434 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ install_requires = pyfastaq==3.17.0 pytest==5.4.1 pytest-shutil==1.7.0 - pyyaml + pyyaml==5.3.1 seaborn [options.package_data] From ca854d917e2436133ec22d86f4d239f821dd9048 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Apr 2020 12:03:43 -0600 Subject: [PATCH 31/31] Pin seaborn to latest version 0.10.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6082434..f25c7f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ install_requires = pytest==5.4.1 pytest-shutil==1.7.0 pyyaml==5.3.1 - seaborn + seaborn==0.10.1 [options.package_data] * =