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 cf9157c commit 94a809fCopy full SHA for 94a809f
pyproject.toml
@@ -43,7 +43,7 @@ pyright = ">=1.1.396"
43
poethepoet = ">=0.16.5"
44
loguru = ">=0.6.0"
45
typing-extensions = ">=4.4.0"
46
-matplotlib = ">=3.5.1"
+matplotlib = ">=3.5.1,<3.9.0" # TODO https://github.com/pandas-dev/pandas/issues/58851
47
pre-commit = ">=2.19.0"
48
black = ">=23.3.0"
49
isort = ">=5.12.0"
@@ -63,7 +63,7 @@ SQLAlchemy = ">=2.0.12"
63
types-python-dateutil = ">=2.8.19"
64
beautifulsoup4 = ">=4.12.2"
65
html5lib = ">=1.1"
66
-python-calamine = "0.2.0"
+python-calamine = ">=0.2.0"
67
68
[build-system]
69
requires = ["poetry-core>=1.0.0"]
0 commit comments