We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70cf71 commit 5df5730Copy full SHA for 5df5730
1 file changed
pyproject.toml
@@ -24,11 +24,11 @@ classifiers = [
24
"Topic :: Scientific/Engineering :: Medical Science Apps.",
25
]
26
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"
+ "numpy",
+ "pandas",
+ "tzlocal",
+ "openpyxl",
+ "matplotlib"
32
33
34
[project.urls]
0 commit comments