Skip to content

Commit

Permalink
Drop support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Oct 18, 2024
1 parent 2a7547d commit eddef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exclude = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
numpy = "^1.21.0"
datasets = ">=2.14.6 <2.20.0"
pillow = { version = ">=6.2.1", optional = true }
Expand Down

0 comments on commit eddef26

Please sign in to comment.