Skip to content

Commit 1958ece

Browse files
committed
Fix python version dependencies
1 parent 5c584aa commit 1958ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
readme = "README.md"
1414

1515
[tool.poetry.dependencies]
16-
python = "<4.0,>=3.8"
16+
python = "<4.0,>=3.9"
1717
numpy = "*"
1818
pandas = "*"
1919
matplotlib = "*"

0 commit comments

Comments
 (0)