Skip to content

Commit 7cddf86

Browse files
committed
Update the range of versions for llvmlite.
1 parent dccb788 commit 7cddf86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 :: Only",
1919
]
2020
dependencies = [
21-
"llvmlite==0.38",
21+
"llvmlite>=0.38,<0.45",
2222
"numpy",
2323
"scipy",
2424
"psutil",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
llvmlite==0.38
1+
llvmlite>=0.38,<0.45
22
numpy
33
scipy
44
psutil

0 commit comments

Comments
 (0)