Skip to content

Commit

Permalink
update to poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Dec 14, 2023
1 parent d793a5d commit ac1f90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
scidatalib = "scidatalib.cli:cli"

[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.0"
python = "^3.9"
numpy = "^1.26"

[tool.poetry.group.dev.dependencies]
autopep8 = "^1.7.0"
Expand Down

0 comments on commit ac1f90f

Please sign in to comment.