Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
“Christoph committed Aug 21, 2024
1 parent efe6290 commit da18812
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[metadata]
name = gambit-disambig
version = 1.0.4
version = 1.0.5
author = Christoph Gote
author_email = [email protected]
license = AGPL-3.0+
description = An Open Source name disambiguation tool for version control systems
keywords =
keywords =
alias disambiguation
repository mining
version control system
Expand All @@ -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

0 comments on commit da18812

Please sign in to comment.