From 1a62bc58f6ccf30448c5b97c0b896f361720f509 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Sun, 10 Dec 2023 01:34:36 +0800 Subject: [PATCH] fix: suppress CI warnings --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 47424855..31d20f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -314,4 +314,5 @@ filterwarnings = [ 'ignore:Explicitly requested dtype float64 requested in .* is not available, and will be truncated to dtype float32\.:UserWarning', 'ignore:jax\.numpy\.DeviceArray is deprecated\. Use jax\.Array\.:DeprecationWarning', 'ignore:.*functorch.*deprecate.*:UserWarning', + 'ignore:.*Apple Paravirtual device.*:UserWarning', ]