Skip to content

Commit 9f905b2

Browse files
authored
Merge pull request #43 from be-smith/bes/pandas_excel_dependency_bump
Pandas dependency changes
2 parents 65951fc + 1c6918b commit 9f905b2

File tree

2 files changed

+169
-6
lines changed

2 files changed

+169
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ license = { text = "MIT" }
1010
requires-python = ">=3.10"
1111
dependencies = [
1212
"numpy ~= 1.26, <2",
13-
"pandas ~= 2.2, <3",
13+
"pandas[excel] ~= 2.2, <3",
1414
"scipy ~= 1.15, <2",
1515
"datalab-org-galvani >= 0.5.0",
1616
"matplotlib ~=3.10, <4",
17-
"openpyxl ~= 3.1, <4",
1817
"NewareNDA >= 2024.8.1",
1918
"requests ~= 2.32, <3",
2019
]

0 commit comments

Comments
 (0)