Skip to content

Commit f25b44f

Browse files
Try fix for windows h5py
1 parent 14fcfbc commit f25b44f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [{ "include" = "pandas-stubs" }]
3333
python = ">=3.10"
3434
types-pytz = ">= 2022.1.1"
3535
numpy = ">= 1.23.5"
36+
h5py = {version = "^3.13.0", platform = "win64"}
3637

3738
[tool.poetry.group.dev.dependencies]
3839
mypy = "1.15.0"
@@ -63,7 +64,7 @@ SQLAlchemy = ">=2.0.12"
6364
types-python-dateutil = ">=2.8.19"
6465
beautifulsoup4 = ">=4.12.2"
6566
html5lib = ">=1.1"
66-
python-calamine = ">=0.2.0"
67+
python-calamine = ">=0.3.0"
6768

6869
[build-system]
6970
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)