Skip to content

Commit

Permalink
Fix python poetry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cakirb committed Jun 24, 2024
1 parent d5495fa commit 1f78753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "5.0.1"
exclude = ["example_data*"]

[tool.poetry.dependencies]
python = ">=3.8"
python = "^3.8"
black = {version = ">=22.3", optional = true}
isort = {version = ">=5.7", optional = true}
pandas = ">=1.5.0"
Expand Down

0 comments on commit 1f78753

Please sign in to comment.