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 17d679c commit 31a5eeeCopy full SHA for 31a5eee
pyproject.toml
@@ -41,9 +41,9 @@ mypy = ">=1.18.2"
41
pandas = "2.3.2"
42
pyarrow = ">=10.0.1"
43
pytest = ">=8.4.2"
44
-pyright = ">=1.1.406"
45
-ty = ">=0.0.1a21"
46
-pyrefly = ">=0.36.1"
+pyright = ">=1.1.407"
+ty = ">=0.0.1a24"
+pyrefly = ">=0.38.2"
47
poethepoet = ">=0.16.5"
48
loguru = ">=0.6.0"
49
typing-extensions = ">=4.4.0"
@@ -54,7 +54,7 @@ isort = ">=6.0.1"
54
openpyxl = ">=3.0.10"
55
numexpr = ">=2.13.1"
56
lxml = ">=4.9.1"
57
-pyreadstat = { version = ">=1.2.0", python = "<3.14" }
+pyreadstat = { version = ">=1.2.0", python = "<3.14" } # TODO: Roche/pyreadstat#310
58
xlrd = ">=2.0.1"
59
xlsxwriter = ">=3.0.3"
60
pyxlsb = ">=1.0.10"
0 commit comments