We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90630c6 commit 767ab08Copy full SHA for 767ab08
.gitignore
@@ -128,3 +128,5 @@ dmypy.json
128
129
# Pyre type checker
130
.pyre/
131
+
132
+uv.lock
pyproject.toml
@@ -18,8 +18,8 @@ classifiers = [
18
"Programming Language :: Python :: 3",
19
]
20
dependencies = [
21
- "numpy>=1.17",
22
- "numba>=0.54.1",
+ "numpy>=2",
+ "numba",
23
24
dynamic = ["version"]
25
license = "Apache-2.0"
0 commit comments