Skip to content

Commit

Permalink
Upgrade virtualenv to avoid breaking pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 2, 2024
1 parent a1ab188 commit c2af4c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
31 changes: 16 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ hi = ["indic-nlp-library"]
np = ["indic-nlp-library"]
ta = ["indic-nlp-library"]




[tool.poetry.group.dev.dependencies]
coverage = {version = ">=7.3.2", python = "^3.8"}
pre-commit = {version = ">=3.5.0", python = "^3.8"}
Expand All @@ -76,6 +73,7 @@ types-pillow = {version = "^10.2.0.20240213", python = "^3.8"}
types-python-dateutil = {version = "^2.8.19.20240106", python = "^3.8"}
types-requests = "^2.27.1"
types-beautifulsoup4 = {version = "^4.12.0.20240106", python = "^3.8"}
virtualenv = {version = ">=20.25.1"}

[tool.poetry.group.docs.dependencies]
sphinx = {version = ">=7.0.0", python = "^3.8"}
Expand Down

0 comments on commit c2af4c4

Please sign in to comment.