Skip to content

Commit 48206fd

Browse files
committed
make openpyxl a standard requirement
1 parent b45951c commit 48206fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"numpy>=1.24.0;python_version>='3.10' and python_version<'3.12'",
3232
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
3333
"numpy>=2.1.0;python_version>='3.13'",
34+
'openpyxl>=3.1.2',
3435
"pandas>=1.4.0;python_version<'3.11'",
3536
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
3637
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
@@ -78,8 +79,6 @@ test = [
7879
'jupyter>=1.0.0,<2',
7980
'tomli>=2.0.0,<3',
8081
'slack-sdk>=3.23,<4.0',
81-
"openpyxl>=3.0.0; python_version<'3.9'",
82-
"openpyxl>=3.1.2; python_version>='3.9'",
8382
'pydrive2>=1.4.0,<2.0.0'
8483
]
8584
dev = [

0 commit comments

Comments
 (0)