We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45951c commit 48206fdCopy full SHA for 48206fd
pyproject.toml
@@ -31,6 +31,7 @@ dependencies = [
31
"numpy>=1.24.0;python_version>='3.10' and python_version<'3.12'",
32
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
33
"numpy>=2.1.0;python_version>='3.13'",
34
+ 'openpyxl>=3.1.2',
35
"pandas>=1.4.0;python_version<'3.11'",
36
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
37
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
@@ -78,8 +79,6 @@ test = [
78
79
'jupyter>=1.0.0,<2',
80
'tomli>=2.0.0,<3',
81
'slack-sdk>=3.23,<4.0',
- "openpyxl>=3.0.0; python_version<'3.9'",
82
- "openpyxl>=3.1.2; python_version>='3.9'",
83
'pydrive2>=1.4.0,<2.0.0'
84
]
85
dev = [
0 commit comments