Skip to content

Commit c66d3c7

Browse files
authored
remove installation dependencies on pandas and matplotlib (pandas-dev#66)
1 parent bfddb59 commit c66d3c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "1.4.2.220626"
3+
version = "1.4.3.220702"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
66
license = "BSD-3-Clause"
@@ -32,9 +32,6 @@ packages = [
3232

3333
[tool.poetry.dependencies]
3434
python = ">=3.8,<3.11"
35-
pandas = "1.4.2"
36-
typing-extensions = ">=4.2.0"
37-
matplotlib = ">=3.3.2"
3835

3936
[tool.poetry.dev-dependencies]
4037
mypy = ">=0.960"
@@ -45,6 +42,9 @@ isort = ">=5.10.1"
4542
poethepoet = ">=0.13.1"
4643
loguru = ">=0.6.0"
4744
pyupgrade = "^2.34.0"
45+
pandas = "1.4.3"
46+
typing-extensions = ">=4.2.0"
47+
matplotlib = ">=3.3.2"
4848

4949
[build-system]
5050
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)