Commit 458c934
committed
Fix CI numpy pin: drop <2.0.0 upper bound
langchain-community==0.3.31 requires numpy>=2.1.0 when Python is 3.13 (our target). The `numpy<2.0.0` pin made this unresolvable on CI. Locally this was masked because an installed numpy 2.4.2 pre-existed outside the resolver.
Verified chromadb 1.5.0 works with numpy 2.4.2 locally. Removing the upper bound lets pip pick numpy 2.x on Python 3.13 while still allowing 1.x where 2.x isn't needed.1 parent c681663 commit 458c934
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments