Skip to content

Commit 95b88b9

Browse files
authored
Merge pull request #15 from Red-Hat-AI-Innovation-Team/uncap-numpy
uncap numpy and raise minimum numba version
2 parents 28bf52a + 889716f commit 95b88b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies = [
1717
"instructlab-training>=0.12.0",
1818
"rhai-innovation-mini-trainer>=0.2.0",
1919
"torch>=2.6.0",
20+
"numba>=0.62.0",
2021
"transformers>=4.57.0",
21-
"numba>=0.50",
2222
"datasets>=4.0.0",
23-
"numpy>=1.26.4,<2.3",
23+
"numpy>=1.26.4",
2424
"rich>=14.1.0",
2525
"peft>=0.15",
2626
"pydantic>=2.7.0",

0 commit comments

Comments
 (0)