Skip to content

Commit

Permalink
libs (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
zphang authored Oct 17, 2022
1 parent 8d13a82 commit ebb4b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
extras["testing"] = ["pytest", "pytest-cov", "pre-commit"]
extras["docs"] = ["sphinx"]
extras["quality"] = [
"black == 19.10b0",
"black == 22.10.0",
"flake8-docstrings == 1.5.0",
"flake8 >= 3.7.9",
"mypy == 0.770",
Expand All @@ -72,7 +72,7 @@
"datasets == 1.1.2",
"nltk >= 3.5",
"numexpr == 2.7.1",
"numpy == 1.19",
"numpy == 1.22.4",
"pandas == 1.0.3",
"python-Levenshtein == 0.12.0",
"sacremoses == 0.0.43",
Expand Down

0 comments on commit ebb4b37

Please sign in to comment.