Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Feb 20, 2024
1 parent 4004792 commit c935694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Test:
strategy:
matrix:
python-version: [3.8, 3.10.11]
python-version: [3.10.11]
os: [ ubuntu-22.04, windows-2022, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages = [{include = "lmm_tools"}]
"documentation" = "https://github.com/landing-ai/lmm-tools"

[tool.poetry.dependencies] # main dependency group
python = ">=3.8,<4.0"
python = ">=3.10,<4.0"

numpy = ">=1.21.0,<2.0.0"
pillow = "10.*"
Expand Down

0 comments on commit c935694

Please sign in to comment.