Skip to content

Commit

Permalink
Update python version range from 3.8-3.12 to 3.9-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkula committed Apr 11, 2024
1 parent cb956d4 commit d6c6ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.9,<3.12"
tensorflow = "*"
numpy = "*"
utils = "*"
tqdm = "^4.66.2"
argparse = "^1.4.0"
pandas = "^2.2.2"
scikit-learn = "^1.4.2"
matplotlib = "^3.8.4"
scikit-learn = "^0.21.3"
matplotlib = "^3.1.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit d6c6ac7

Please sign in to comment.