From fef5e5d3adc5853434ac5d01bbcc05a5fcbb159a Mon Sep 17 00:00:00 2001 From: Ali Hamdan Date: Sun, 17 Sep 2023 12:40:45 +0200 Subject: [PATCH] Add matplotlib and pandas-stubs to the external requirements allowlist https://github.com/python/typeshed/issues/10150#issuecomment-1537086227 --- stub_uploader/metadata.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stub_uploader/metadata.py b/stub_uploader/metadata.py index a6798434..42ac2b1e 100644 --- a/stub_uploader/metadata.py +++ b/stub_uploader/metadata.py @@ -179,7 +179,9 @@ def verify_typeshed_req(req: Requirement) -> None: "arrow", "click", "cryptography", + "matplotlib", "numpy", + "pandas-stubs", "referencing", "torch", "urllib3",