Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Sep 4, 2022
1 parent e3ee8b4 commit 59f0762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
poetry config pypi-token.pypi ${PYPITOKEN}
- name: Publish
run: |
poetry publish --build
poetry publish --build --no-interaction
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.x',]
python-version: ['3.x', '3.9']
poetry-version: ['1.1.14',]
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
"Bug Tracker" = "https://github.com/jspaezp/elfragmentador/issues"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.9,<3.12"
pandas = "^1.0.0"
numpy = "^1.23.2"
torch = "^1.12.1"
Expand Down

0 comments on commit 59f0762

Please sign in to comment.