Skip to content

Commit

Permalink
Fix python & scipy versions for build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Apr 8, 2024
1 parent 0048343 commit 80f6587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ authors = ["Jordan Taylor <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python = "3.11.1"
scipy = "1.11.3"
requests = "^2.31.0"
playwright = "^1.35.0"
pandas = "^2.0.2"
Expand Down

0 comments on commit 80f6587

Please sign in to comment.