We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fcfbc commit f25b44fCopy full SHA for f25b44f
pyproject.toml
@@ -33,6 +33,7 @@ packages = [{ "include" = "pandas-stubs" }]
33
python = ">=3.10"
34
types-pytz = ">= 2022.1.1"
35
numpy = ">= 1.23.5"
36
+h5py = {version = "^3.13.0", platform = "win64"}
37
38
[tool.poetry.group.dev.dependencies]
39
mypy = "1.15.0"
@@ -63,7 +64,7 @@ SQLAlchemy = ">=2.0.12"
63
64
types-python-dateutil = ">=2.8.19"
65
beautifulsoup4 = ">=4.12.2"
66
html5lib = ">=1.1"
-python-calamine = ">=0.2.0"
67
+python-calamine = ">=0.3.0"
68
69
[build-system]
70
requires = ["poetry-core>=1.0.0"]
0 commit comments