From ebe49a36034f16f1557a1ae8365a57333154b343 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:42:40 -0800 Subject: [PATCH 1/2] BLD: Limit numpy to <2.0 compatibility --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cd3603a7..7a9313da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ readme = "README.rst" dependencies = [ "jax>=0.4,<0.5", "scikit-learn>=1.1, !=1.5.0", + "numpy<2.0", "derivative>=0.6.2", "typing_extensions", ] From 72b917a1cb4518de4767ee7b384a3f8f402c8912 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:47:27 -0800 Subject: [PATCH 2/2] CI: Bump draft-pdf action version --- .github/workflows/draft-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 4550f631..00a9f14a 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -20,7 +20,7 @@ jobs: # This should be the path to the paper within your repo. paper-path: docs/JOSS2/paper.md - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: paper # This is the output path where Pandoc will write the compiled