Skip to content

Commit

Permalink
Revert "fix(deps): update python to >=3.13,<3.14 (#206)"
Browse files Browse the repository at this point in the history
This reverts commit 3c7138a.
  • Loading branch information
DerekRoberts authored Dec 4, 2024
1 parent 5f60844 commit fe74343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions frontend/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 frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.13,<3.14"
python = ">=3.12,<3.13"
django = "^5.0.3"
scikit-learn = "^1.4.1"
scipy = "^1.12.0"
Expand Down

0 comments on commit fe74343

Please sign in to comment.