Skip to content

Commit

Permalink
Only support 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Nov 13, 2024
1 parent 394d2f6 commit 50a4af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 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 @@ -41,7 +41,7 @@ exclude = []
spotlight = "renumics.spotlight.cli:main"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8, <=3.12"
numpy = "*"
tqdm = "*"
loguru = "*"
Expand Down

0 comments on commit 50a4af3

Please sign in to comment.