Skip to content

Commit

Permalink
BLD: Limit numpy to <2.0 (#596)
Browse files Browse the repository at this point in the history
Also, bump CI/draft-pdf action version
  • Loading branch information
Jacob-Stevens-Haas authored Feb 1, 2025
1 parent cbb6863 commit 54cb11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 54cb11e

Please sign in to comment.