Skip to content

Commit 128f545

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

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
@@ -48,7 +48,8 @@ pre-commit = ">=2.19.0"
4848
black = ">=23.3.0"
4949
isort = ">=5.12.0"
5050
openpyxl = ">=3.0.10"
51-
tables = { version = "==3.10.2", python = "<4" }
51+
tables = { version = "==3.10.2", python = ">=3.11,<4" }
52+
tables = { version = "==3.10.1", python = "<3.11" }
5253
lxml = ">=4.9.1"
5354
pyreadstat = ">=1.2.0"
5455
xlrd = ">=2.0.1"

0 commit comments

Comments
 (0)