huggingface / datasets

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
https://huggingface.co/docs/datasets
Apache License 2.0
19.28k stars 2.7k forks source link

Remove `aiohttp` from direct dependencies #7294

Open akx opened 3 days ago

akx commented 3 days ago

The dependency is only used for catching an exception from other code. That can be done with an import guard.