Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Sep 16, 2023
1 parent b8af252 commit ed01ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.9', '3.10', '3.11']
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["neka-nat <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
numpy = "^1.18.0"
scipy = "^1.5.0"
python = ">=3.9,<3.12"
numpy = "^1.24.3"
scipy = "^1.11.2"
transformations = "^2020.1.1"
absl-py = "^0.11.0"
lxml = "^4.6.2"
Expand Down

0 comments on commit ed01ef3

Please sign in to comment.