diff --git a/requirements.txt b/requirements.txt index 42b31e6..dfe70c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ rdkit-pypi==2022.3.5 click==8.1.3 pandas==1.5.1 numpy==1.23.3 -tqdm==4.64.1 +tqdm==4.66.3 pandarallel==1.6.3 diff --git a/setup.cfg b/setup.cfg index 9176d86..c4c5ee3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ install_requires = click==8.1.3 pandas==1.5.1 numpy==1.23.3 - tqdm==4.64.1 + tqdm==4.66.3 pandarallel==1.6.3 [options.entry_points]