Skip to content

Commit 680c041

Browse files
fix(deps): update dependency llvmlite to >=0.46,<0.47
1 parent 18dd6d9 commit 680c041

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.46,<0.47", "numba>=0.53,<0.62"]
2222

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

0 commit comments

Comments
 (0)