Skip to content

Commit

Permalink
upgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
armaan-abraham committed May 15, 2024
1 parent 596f5a5 commit f18f5a5
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 @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python = "^3.12"
pandas = "^1.5"
scipy = "^1.10"
numpy = "^1.24"
Expand Down

0 comments on commit f18f5a5

Please sign in to comment.