Skip to content

Commit d603b10

Browse files
authored
Merge pull request #418 from probml/numpy2.0
removing numpy<2.0 pin and ignoring coverage outputs
2 parents be4b067 + 9bf7f42 commit d603b10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ docs/_build/
33
build/
44
dist/
55

6+
.coverage
7+
68
*egg-info
79
*.ipynb_checkpoints
810

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"scikit-learn",
1616
"jaxtyping",
1717
"typing-extensions",
18-
"numpy<2.0"
18+
"numpy"
1919
]
2020

2121
authors = [

0 commit comments

Comments
 (0)