Skip to content

Commit 232da43

Browse files
Try fix for windows h5py
1 parent f25b44f commit 232da43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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"}
3736

3837
[tool.poetry.group.dev.dependencies]
3938
mypy = "1.15.0"
@@ -49,7 +48,7 @@ pre-commit = ">=2.19.0"
4948
black = ">=23.3.0"
5049
isort = ">=5.12.0"
5150
openpyxl = ">=3.0.10"
52-
tables = { version = "==3.10.1", python = "<4" }
51+
tables = { version = "==3.10.2", python = "<4" }
5352
lxml = ">=4.9.1"
5453
pyreadstat = ">=1.2.0"
5554
xlrd = ">=2.0.1"

0 commit comments

Comments
 (0)