diff --git a/setup.cfg b/setup.cfg index 141c293..e6406fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = gambit-disambig -version = 1.0.4 +version = 1.0.5 author = Christoph Gote author_email = cgote@ethz.ch license = AGPL-3.0+ description = An Open Source name disambiguation tool for version control systems -keywords = +keywords = alias disambiguation repository mining version control system @@ -20,9 +20,9 @@ classifiers = [options] packages = find: install_requires = - pandas + pandas>=2.2.2 unidecode>=1.3.8 - python-levenshtein + python-levenshtein>=0.25.1 pyjarowinkler>=1.8 tqdm>=4.27.0 - numpy + numpy>=2.0.0