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 bfddb59 commit c66d3c7Copy full SHA for c66d3c7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pandas-stubs"
3
-version = "1.4.2.220626"
+version = "1.4.3.220702"
4
description = "Type annotations for pandas"
5
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
6
license = "BSD-3-Clause"
@@ -32,9 +32,6 @@ packages = [
32
33
[tool.poetry.dependencies]
34
python = ">=3.8,<3.11"
35
-pandas = "1.4.2"
36
-typing-extensions = ">=4.2.0"
37
-matplotlib = ">=3.3.2"
38
39
[tool.poetry.dev-dependencies]
40
mypy = ">=0.960"
@@ -45,6 +42,9 @@ isort = ">=5.10.1"
45
42
poethepoet = ">=0.13.1"
46
43
loguru = ">=0.6.0"
47
44
pyupgrade = "^2.34.0"
+pandas = "1.4.3"
+typing-extensions = ">=4.2.0"
+matplotlib = ">=3.3.2"
48
49
[build-system]
50
requires = ["poetry-core>=1.0.0"]
0 commit comments