Skip to content

Commit 947ac41

Browse files
author
Hugging Face Bot (RC Testing)
committed
Test hfh v0.29.3.rc0
1 parent f693f4e commit 947ac41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
- name: Install uv
5757
run: pip install --upgrade uv
5858
- name: Install dependencies
59-
run: uv pip install --system "datasets[tests] @ ."
59+
run: uv pip install --prerelease=allow --system "datasets[tests] @ ."
6060
- name: Install dependencies (latest versions)
6161
if: ${{ matrix.deps_versions == 'deps-latest' }}
62-
run: uv pip install --system --upgrade pyarrow huggingface-hub "dill<0.3.9"
62+
run: uv pip install --prerelease=allow --system --upgrade pyarrow huggingface-hub "dill<0.3.9"
6363
- name: Install dependencies (minimum versions)
6464
if: ${{ matrix.deps_versions != 'deps-latest' }}
65-
run: uv pip install --system pyarrow==15.0.0 huggingface-hub==0.24.7 transformers dill==0.3.1.1
65+
run: uv pip install --prerelease=allow --system pyarrow==15.0.0 huggingface-hub==0.24.7 transformers dill==0.3.1.1
6666
- name: Test with pytest
6767
run: |
6868
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install uv
9090
run: pip install --upgrade uv
9191
- name: Install dependencies
92-
run: uv pip install --system "datasets[tests] @ ."
92+
run: uv pip install --prerelease=allow --system "datasets[tests] @ ."
9393
- name: Test with pytest
9494
run: |
9595
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install uv
117117
run: pip install --upgrade uv
118118
- name: Install dependencies
119-
run: uv pip install --system "datasets[tests_numpy2] @ ."
119+
run: uv pip install --prerelease=allow --system "datasets[tests_numpy2] @ ."
120120
- name: Test with pytest
121121
run: |
122122
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
# for data streaming via http
132132
"aiohttp",
133133
# To get datasets from the Datasets Hub on huggingface.co
134-
"huggingface-hub>=0.24.0",
134+
"huggingface-hub==v0.29.3.rc0",
135135
# Utilities from PyPA to e.g., compare versions
136136
"packaging",
137137
# To parse YAML metadata from dataset cards

0 commit comments

Comments
 (0)