Skip to content

Commit

Permalink
Merge pull request #20 from BrainLesion/sarthakpati-patch-1
Browse files Browse the repository at this point in the history
Add python 3.8
  • Loading branch information
neuronflow authored Dec 14, 2023
2 parents e49bb0a + 4b08292 commit ad8a535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11","3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11","3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ exclude = ["examples", "benchmark"]

[tool.poetry.dependencies]
numpy = "^1.22.0"
python = "^3.9"
python = "^3.8"
PyYAML = "^6.0.1"
rich = "^13.6.0"
scikit-image = "^0.22.0"
scikit-image = "^0.21.0"
tqdm = "^4.64.1"
SimpleITK = "^2.3.1"

Expand Down

0 comments on commit ad8a535

Please sign in to comment.