We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29339b commit 4853487Copy full SHA for 4853487
1 file changed
python/pyproject.toml
@@ -114,6 +114,8 @@ filterwarnings = [
114
'ignore:.*`np\\.object` will be defined as the corresponding NumPy scalar\\..*:FutureWarning',
115
# Boto3
116
'ignore:.*datetime\.datetime\.utcnow\(\) is deprecated.*:DeprecationWarning',
117
+ # Hugging Face Hub calls this deprecated hf-xet API internally.
118
+ 'ignore:.*hf_xet\.download_files\(\) is deprecated.*:DeprecationWarning',
119
# Pandas 2.2 on Python 2.12
120
'ignore:.*datetime\.datetime\.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning',
121
# Pytorch 2.2 on Python 3.12
0 commit comments