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 diff --git a/pyproject.toml b/pyproject.toml index 18f6b6fe..d99d261f 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, !=1.6.0", + "numpy<2.0", "derivative>=0.6.2", "typing_extensions", ]