Skip to content

Commit

Permalink
Pulling back python dependency to 3.9.18 as the test infrastructure o…
Browse files Browse the repository at this point in the history
…f OMERO is using 3.9
  • Loading branch information
juliomateoslangerak committed Nov 25, 2024
1 parent 38eb4a6 commit 04fc4d4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 56 deletions.
104 changes: 49 additions & 55 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 @@ -34,7 +34,7 @@ filterwarnings = [
profile = "black"

[tool.poetry.dependencies]
python = ">=3.10.12 <3.12"
python = ">=3.9.18 <3.12"
numpy = "^1"
scikit-image = "^0"
scipy = "^1"
Expand Down

0 comments on commit 04fc4d4

Please sign in to comment.