Skip to content

Commit 44f3c68

Browse files
authored
Merge branch 'dev' into 8369-ci-pipeline-setup
2 parents 9491038 + 09ace63 commit 44f3c68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pythonapp-min.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
run: |
137137
which python
138138
python -m pip install --user --upgrade pip setuptools wheel
139+
python -m pip install --user more-itertools>=8.0
139140
- name: cache weekly timestamp
140141
id: pip-cache
141142
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = [
33
"wheel",
44
"setuptools",
5+
"more-itertools>=8.0",
56
"torch>=2.4.1",
67
"ninja",
78
"packaging"

0 commit comments

Comments
 (0)