Skip to content

Commit 70605ea

Browse files
authored
pin tables to 3.9.1 (#840)
* pin tables to 3.9.1 * add comment for pyproject on pinning tables
1 parent 068679c commit 70605ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
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.8.0", python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
51+
# for tables, MacOS gives random CI failures on 3.9.2
52+
tables = { version = "==3.9.1", python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
5253
lxml = ">=4.9.1"
5354
pyreadstat = ">=1.2.0"
5455
xlrd = ">=2.0.1"

0 commit comments

Comments
 (0)