Skip to content

Commit

Permalink
chore(poetry): increase python version requirements
Browse files Browse the repository at this point in the history
python 3.11 or 3.12
  • Loading branch information
andros21 committed Oct 19, 2023
1 parent a2659d4 commit b26b3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["andros21 <[email protected]>"]
license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.11,<3.13"
pandas = "^2.1.1"
numpy = "^1.26.0"
dash = "^2.13.0"
Expand Down

0 comments on commit b26b3c1

Please sign in to comment.