Skip to content

Commit 7f50697

Browse files
Try fix for windows h5py
1 parent 128f545 commit 7f50697

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
@@ -48,8 +48,7 @@ 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 = ">=3.11,<4" }
52-
tables = { version = "==3.10.1", python = "<3.11" }
51+
tables = { version = ">=3.10.1", python = "<4" }
5352
lxml = ">=4.9.1"
5453
pyreadstat = ">=1.2.0"
5554
xlrd = ">=2.0.1"

0 commit comments

Comments
 (0)