Skip to content

Commit

Permalink
updated python constraint to <4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Aug 22, 2024
1 parent f10950b commit 2ec0491
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 @@ -20,7 +20,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<4.0"
numpy = "^1"
pandas = "^1"
matplotlib = "^3.4"
Expand Down

0 comments on commit 2ec0491

Please sign in to comment.