diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index de12489a..488a4071 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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/ diff --git a/Cargo.toml b/Cargo.toml index 0066f62a..53f728bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -