diff --git a/pyproject.toml b/pyproject.toml index 23f4bc95..7d4decaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Federico Nanni "] [tool.poetry.dependencies] -python = "~3.9" +python = ">=3.9" tqdm = "^4.62.3" bs4 = "^0.0.1" pandas = "^1.3.4"