We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be4b067 + 9bf7f42 commit d603b10Copy full SHA for d603b10
.gitignore
@@ -3,6 +3,8 @@ docs/_build/
3
build/
4
dist/
5
6
+.coverage
7
+
8
*egg-info
9
*.ipynb_checkpoints
10
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"scikit-learn",
16
"jaxtyping",
17
"typing-extensions",
18
- "numpy<2.0"
+ "numpy"
19
]
20
21
authors = [
0 commit comments