We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068679c commit 70605eaCopy full SHA for 70605ea
pyproject.toml
@@ -48,7 +48,8 @@ pre-commit = ">=2.19.0"
48
black = ">=23.3.0"
49
isort = ">=5.12.0"
50
openpyxl = ">=3.0.10"
51
-tables = { version = ">=3.8.0", python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
+# 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
53
lxml = ">=4.9.1"
54
pyreadstat = ">=1.2.0"
55
xlrd = ">=2.0.1"
0 commit comments