Skip to content

Commit

Permalink
ci: fix python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
junhsss committed Feb 23, 2023
1 parent 2feb1ad commit a131110
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
pytest = "^7.2.1"
pre-commit = "^3.0.4"
isort = "^5.12.0"
pyupgrade = "^3.3.1"

[tool.poetry.group.test.dependencies]
functorch = "^1.13"
Expand Down

0 comments on commit a131110

Please sign in to comment.