Skip to content

Commit 5df5730

Browse files
committed
fix: relax numpy and pandas version requirements to play better with other libraries ( such as databricks)
1 parent a70cf71 commit 5df5730

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ classifiers = [
2424
"Topic :: Scientific/Engineering :: Medical Science Apps.",
2525
]
2626
dependencies = [
27-
"numpy>=2.2.6",
28-
"pandas>=2.2.3",
29-
"tzlocal>=5.3.1",
30-
"openpyxl >= 3.1.5",
31-
"matplotlib >= 3.10.0"
27+
"numpy",
28+
"pandas",
29+
"tzlocal",
30+
"openpyxl",
31+
"matplotlib"
3232
]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)