We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde68dc commit 4c9b24aCopy full SHA for 4c9b24a
pyproject.toml
@@ -47,7 +47,7 @@ black = ">=23.3.0"
47
isort = ">=5.12.0"
48
openpyxl = ">=3.0.10"
49
# 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
+tables = { version = "==3.10.1", python = "<4" } # 3.8.0 depends on blosc2 which caps python to <4
51
lxml = ">=4.9.1"
52
pyreadstat = ">=1.2.0"
53
xlrd = ">=2.0.1"
0 commit comments