File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " pip"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ open-pull-requests-limit : 10
8+ labels :
9+ - " dependencies"
10+
11+ - package-ecosystem : " github-actions"
12+ directory : " /"
13+ schedule :
14+ interval : " daily"
15+ open-pull-requests-limit : 10
16+ labels :
17+ - " dependencies"
Original file line number Diff line number Diff line change 4545
4646 - name : Install dependencies
4747 run : |
48- pip install numpy
49- pip install ml_dtypes
50- pip install pytest
51- pip install torch --index-url https://download.pytorch.org/whl/cpu
48+ pip install -r requirements/ci.txt --index-url https://download.pytorch.org/whl/cpu
5249
5350 - name : Build nanobind extension
5451 run : pip install .
@@ -103,10 +100,7 @@ jobs:
103100
104101 - name : Install dependencies
105102 run : |
106- pip install numpy
107- pip install ml_dtypes
108- pip install pytest
109- pip install torch --index-url https://download.pytorch.org/whl/cpu
103+ pip install -r requirements/ci.txt --index-url https://download.pytorch.org/whl/cpu
110104
111105 - name : Build nanobind extension
112106 run : pip install .
Original file line number Diff line number Diff line change 1+ # CI Python dependencies for simpler.
2+ # Keep upper bounds here; Dependabot updates this file.
3+ numpy<=2.0.2
4+ ml_dtypes<=0.5.1
5+ pytest<=8.3.5
6+ torch<=2.6.0
You can’t perform that action at this time.
0 commit comments