Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/pyo3-0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche authored Apr 3, 2024
2 parents c3b9584 + 634f848 commit e7b78b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
- uses: actions/configure-pages@v5
- uses: actions/jekyll-build-pages@v1
with:
source: ./pages/
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ extern = []
python = ["dep:numpy", "dep:pyo3"]

[dependencies]
numpy = {version = "0.20", optional = true}
numpy = {version = "0.21", optional = true}
pyo3 = {version = "0.21", features = ["extension-module"], optional = true}
rand = "0.8.5"
rand_distr = "0.4.3"

0 comments on commit e7b78b1

Please sign in to comment.