We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9491038 + 09ace63 commit 44f3c68Copy full SHA for 44f3c68
.github/workflows/pythonapp-min.yml
@@ -136,6 +136,7 @@ jobs:
136
run: |
137
which python
138
python -m pip install --user --upgrade pip setuptools wheel
139
+ python -m pip install --user more-itertools>=8.0
140
- name: cache weekly timestamp
141
id: pip-cache
142
pyproject.toml
@@ -2,6 +2,7 @@
2
requires = [
3
"wheel",
4
"setuptools",
5
+ "more-itertools>=8.0",
6
"torch>=2.4.1",
7
"ninja",
8
"packaging"
0 commit comments