Skip to content

Commit

Permalink
Merge branch 'main' into oleksii-unique
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Sep 11, 2024
2 parents 943d717 + 72230bf commit f719e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
numpy-version: "latest"
runs-on: ubuntu-latest
- python-version: "3.9"
numpy-version: "1.22.0"
numpy-version: "1.24.0"
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"awkward>=2.6.7",
"numpy>=1.24.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit f719e44

Please sign in to comment.