Skip to content

Commit f630ddd

Browse files
fix(deps): update dependency numba to >=0.62,<0.63
1 parent bdb6701 commit f630ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
2020
]
21-
dependencies = ["llvmlite>=0.36,<0.45", "numba>=0.53,<0.62"]
21+
dependencies = ["llvmlite>=0.36,<0.45", "numba>=0.62,<0.63"]
2222

2323
[project.urls]
2424
Homepage = "https://github.com/cpcloud/numbsql"

0 commit comments

Comments
 (0)