docs: 📝 update pandas version to support Python 3.13 comment added into pyproject.toml

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-11-28 02:40:28 +03:00
parent def1cc4b33
commit 370996358b
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ pillow = ">=9.4"
requests = ">=2.26.0"
tqdm = ">=4.62.3"
# pandas: picked lowest major version that supports Python 3.8
# pandas 2.2.3 has been released with support for Python 3.13
pandas = [
{ version = ">=2.0.0", python = "<3.13",optional = true },
{ version = ">=2.2.3", python = ">=3.13",optional = true },