Skip to content

fix: bump min Python to 3.11 in smoke-test and conda env#313

Merged
Pillar1989 merged 1 commit into
devfrom
fix/smoke-test-python-311
Jun 2, 2026
Merged

fix: bump min Python to 3.11 in smoke-test and conda env#313
Pillar1989 merged 1 commit into
devfrom
fix/smoke-test-python-311

Conversation

@baorepo
Copy link
Copy Markdown
Member

@baorepo baorepo commented Jun 2, 2026

Summary

smoke-test was failing because:

  • Python 3.10 in the test matrix can't install scikit-image>=0.26, scikit-learn>=1.8, tensorboard>=2.20 (all require Python>=3.11)
  • conda auto-installation used environment.yml with python<=3.10

Changes

  • smoke-test.yml: Python matrix 3.10/3.11/3.123.11/3.12/3.13
  • environment.yml: python>=3.8, <= 3.10python>=3.11

scikit-image>=0.26, scikit-learn>=1.8, tensorboard>=2.20 all
require Python>=3.11. smoke-test Python 3.10 and conda env
python<=3.10 were incompatible.
@Pillar1989 Pillar1989 merged commit 1b84d5a into dev Jun 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants