Skip to content

Commit

Permalink
add upper limit to python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Apr 30, 2024
1 parent 4ccc727 commit 43822e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 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 @@ -15,7 +15,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "3.8"
python = ">=3.8,<3.9"
scikit-learn = "0.22"
biopython = "^1.79"
numpy = "~1.20"
Expand Down

0 comments on commit 43822e0

Please sign in to comment.