We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transformers v5
huggingface_hub v1
1 parent 6db5f80 commit 24604d0Copy full SHA for 24604d0
.github/workflows/ci.yml
@@ -165,11 +165,7 @@ jobs:
165
- name: Install uv
166
run: pip install --upgrade uv
167
- name: Install dependencies
168
- run: |
169
- uv pip install --system "datasets[tests_numpy2] @ ."
170
- # TODO: remove once transformers v5 / huggingface_hub v1 are released officially
171
- uv pip uninstall --system transformers huggingface_hub
172
- uv pip install --system --prerelease=allow git+https://github.com/huggingface/transformers.git
+ run: uv pip install --system "datasets[tests_numpy2] @ ."
173
- name: Print dependencies
174
run: pip list
175
0 commit comments