Skip to content

Commit 4c9b24a

Browse files
GH1051 Lock in tables version to 3.10.1
1 parent bde68dc commit 4c9b24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ black = ">=23.3.0"
4747
isort = ">=5.12.0"
4848
openpyxl = ">=3.0.10"
4949
# for tables, MacOS gives random CI failures on 3.9.2
50-
tables = { version = ">=3.9.2", python = "<4" } # 3.8.0 depends on blosc2 which caps python to <4
50+
tables = { version = "==3.10.1", python = "<4" } # 3.8.0 depends on blosc2 which caps python to <4
5151
lxml = ">=4.9.1"
5252
pyreadstat = ">=1.2.0"
5353
xlrd = ">=2.0.1"

0 commit comments

Comments
 (0)