Skip to content

Commit 446b370

Browse files
committed
move ty and pyrefly to dev dependencies
1 parent ea4ed0a commit 446b370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ packages = [{ "include" = "pandas-stubs" }]
3333
python = ">=3.10"
3434
types-pytz = ">= 2022.1.1"
3535
numpy = ">= 1.23.5"
36-
ty = "^0.0.1a8"
37-
pyrefly = "^0.21.0"
3836

3937
[tool.poetry.group.dev.dependencies]
4038
mypy = "1.16.0"
4139
pandas = "2.3.0"
4240
pyarrow = ">=10.0.1"
4341
pytest = ">=7.1.2"
4442
pyright = ">=1.1.400"
43+
ty = "^0.0.1a8"
44+
pyrefly = "^0.21.0"
4545
poethepoet = ">=0.16.5"
4646
loguru = ">=0.6.0"
4747
typing-extensions = ">=4.4.0"

0 commit comments

Comments
 (0)