Skip to content

Commit 94a809f

Browse files
Update pyproject
1 parent cf9157c commit 94a809f

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
@@ -43,7 +43,7 @@ pyright = ">=1.1.396"
4343
poethepoet = ">=0.16.5"
4444
loguru = ">=0.6.0"
4545
typing-extensions = ">=4.4.0"
46-
matplotlib = ">=3.5.1"
46+
matplotlib = ">=3.5.1,<3.9.0" # TODO https://github.com/pandas-dev/pandas/issues/58851
4747
pre-commit = ">=2.19.0"
4848
black = ">=23.3.0"
4949
isort = ">=5.12.0"
@@ -63,7 +63,7 @@ SQLAlchemy = ">=2.0.12"
6363
types-python-dateutil = ">=2.8.19"
6464
beautifulsoup4 = ">=4.12.2"
6565
html5lib = ">=1.1"
66-
python-calamine = "0.2.0"
66+
python-calamine = ">=0.2.0"
6767

6868
[build-system]
6969
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)