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 f25b44f commit 232da43Copy full SHA for 232da43
pyproject.toml
@@ -33,7 +33,6 @@ packages = [{ "include" = "pandas-stubs" }]
33
python = ">=3.10"
34
types-pytz = ">= 2022.1.1"
35
numpy = ">= 1.23.5"
36
-h5py = {version = "^3.13.0", platform = "win64"}
37
38
[tool.poetry.group.dev.dependencies]
39
mypy = "1.15.0"
@@ -49,7 +48,7 @@ pre-commit = ">=2.19.0"
49
48
black = ">=23.3.0"
50
isort = ">=5.12.0"
51
openpyxl = ">=3.0.10"
52
-tables = { version = "==3.10.1", python = "<4" }
+tables = { version = "==3.10.2", python = "<4" }
53
lxml = ">=4.9.1"
54
pyreadstat = ">=1.2.0"
55
xlrd = ">=2.0.1"
0 commit comments