Skip to content

Commit

Permalink
Moved lines
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Jun 23, 2023
1 parent 8b72daa commit 9732075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ toml = ">=0.10.2"
requests = {version = "^2.27.1", optional = true}
regex = {version = "!=2022.7.24", optional = true}

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
cffconvert = "^2.0.0"
coverage = ">=5.3"
flake8 = ">=3.8.4"
isort = ">=5.9.3"
Expand All @@ -41,11 +42,8 @@ black = ">=21.10b0"
lb = ["torch", "transformers", "numpy", "requests"]
train = ["seqeval"]

[tool.poetry.group.dev.dependencies]
cffconvert = "^2.0.0"

[build-system]
requires = ["poetry"]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit 9732075

Please sign in to comment.