Skip to content

Commit 45be3ad

Browse files
authored
update conda dependencies (huggingface#3325)
1 parent 3bd3046 commit 45be3ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/conda/meta.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ requirements:
1515
- python
1616
- pip
1717
- numpy >=1.17
18-
- pyarrow >=0.17.1
18+
- pyarrow >=3.0.0
1919
- python-xxhash
2020
- dill
2121
- pandas
2222
- requests >=2.19.0
23-
- tqdm >=4.27,<4.50.0
23+
- tqdm >=4.62.1
2424
- dataclasses
2525
- multiprocess
2626
- importlib_metadata
2727
- fsspec
28-
- huggingface_hub <0.1.0
28+
- huggingface_hub >=0.1.0,<1.0.0
2929
- packaging
3030
- aiohttp
3131
run:
3232
- python
3333
- pip
3434
- numpy >=1.17
35-
- pyarrow >=0.17.1
35+
- pyarrow >=3.0.0
3636
- python-xxhash
3737
- dill
3838
- pandas
3939
- requests >=2.19.0
40-
- tqdm >=4.27,<4.50.0
40+
- tqdm >=4.62.1
4141
- dataclasses
4242
- multiprocess
4343
- importlib_metadata
4444
- fsspec
45-
- huggingface_hub <0.1.0
45+
- huggingface_hub >=0.1.0,<1.0.0
4646
- packaging
4747
- aiohttp
4848

0 commit comments

Comments
 (0)